2023-08-15 22:52:30 -05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2023-09-14 14:35:23 -05:00
|
|
|
|
|
|
|
|
2023-08-15 22:52:30 -05:00
|
|
|
"EndPointSettings": {
|
2023-09-14 14:35:23 -05:00
|
|
|
"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"
|
2023-09-13 00:28:24 -05:00
|
|
|
},
|
2023-09-14 14:35:23 -05:00
|
|
|
"RessourceSettings": {
|
|
|
|
"Employee": "/Employees",
|
|
|
|
"EmployeeById": "/Employees/{0}",
|
|
|
|
"Question": "/Questions",
|
|
|
|
"QuestionById": "/Questions/{0}",
|
|
|
|
"SurveyQuestion": "/Questions/BySurvey/{0}",
|
|
|
|
"Survey": "/Surveys",
|
|
|
|
"SurveyById": "/Surveys/{0}",
|
|
|
|
"Attachment": "/Attachments",
|
|
|
|
"Answer": "/Answers",
|
|
|
|
"AnswerByResponse": "/Answers/ByResponse/{0}",
|
|
|
|
"Location": "/Locations",
|
|
|
|
"Region": "/Regions"
|
|
|
|
}
|
2023-08-15 22:52:30 -05:00
|
|
|
}
|