{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "EndPointSettings": { "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" }, "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" } }