37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"SurveyResponseConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
|
|
},
|
|
"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"
|
|
}
|
|
}
|