2023-08-15 22:52:30 -05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
2023-09-13 00:28:24 -05:00
|
|
|
},
|
|
|
|
"EndPointSettings": {
|
|
|
|
"AnswerUrlBase": "http://localhost:5200",
|
|
|
|
"LocationUrlBase": "http://localhost:5213",
|
|
|
|
"RegionUrlBase": "http://localhost:5211",
|
|
|
|
"QuestionUrlBase": "http://localhost:5133",
|
|
|
|
"EmployeeUrlBase": "http://localhost:5135",
|
|
|
|
"AttachmentUrlBase": "http://localhost:5243",
|
|
|
|
"SurveyUrlBase": "http://localhost:5009"
|
|
|
|
},
|
|
|
|
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|