Files
jobs-jobs-jobs/src/JobsJobsJobs/Server/appsettings.json
2021-01-07 23:26:12 -05:00

15 lines
299 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Auth": {
"ApiUrl": "https://noagendasocial.com/api/v1/",
"ReturnHost": "https://noagendacareers.com"
},
"AllowedHosts": "*"
}