19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"EndPointSettings": {
|
|
"AnswerUrlBase": "http://damageassesment.api.answers:80",
|
|
"LocationUrlBase": "http://damageassesment.api.locations:80",
|
|
"QuestionUrlBase": "http://damageassesment.api.questions:80",
|
|
"EmployeeUrlBase": "http://damageassesment.api.employees:80",
|
|
"AttachmentUrlBase": "http://damageassesment.api.attachments:80",
|
|
"SurveyUrlBase": "http://damageassesment.api.survey:80"
|
|
}
|
|
}
|