2023-08-15 22:52:30 -05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"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"
|
2023-09-13 00:28:24 -05:00
|
|
|
},
|
|
|
|
"RessourceSettings": {
|
2023-10-04 10:55:35 -05:00
|
|
|
"Employee": "/employees",
|
|
|
|
"EmployeeById": "/employees/{0}",
|
|
|
|
"Question": "/questions",
|
|
|
|
"QuestionById": "/questions/{0}",
|
2023-11-01 11:42:30 -05:00
|
|
|
"QuestionCategory": "/questions/categories",
|
2023-10-04 10:55:35 -05:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|