23 lines
678 B
JSON
23 lines
678 B
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"
|
|
|
|
}
|
|
}
|