{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "JwtSettings": {
    "securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
  },
  "ConnectionStrings": {
    //"ResponsesConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
    "ResponsesConnection": "Server=207.180.248.35;Database=da_survey_dev;User Id=sa;Password=YourStrongPassw0rd;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"
  //},
  "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.surveys:80"
  },

  "RessourceSettings": {
    "Employee": "/employees",
    "EmployeeById": "/employees/{0}",
    "Question": "/questions",
    "QuestionById": "/questions/{0}",
    "QuestionCategory": "/questions/categories",
    "SurveyQuestion": "/questions/bysurvey/{0}",
    "Survey": "/surveys",
    "SurveyById": "/surveys/{0}",
    "Attachment": "/attachments",
    "Answer": "/answers",
    "AnswerByResponse": "/answers/byresponse/{0}",
    "Location": "/locations",
    "Region": "/regions"
  }
}