{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "JwtSettings": { "securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk=" }, //"ConnectionStrings": { // "SurveyResponseConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;" //}, "ConnectionStrings": { "SurveyResponseConnection": "Server=tcp:da-dev.database.windows.net,1433;Initial Catalog=da-dev-db;Encrypt=True;User ID=admin-dev;Password=b3tgRABw8LGE75k;TrustServerCertificate=False;Connection Timeout=30;" }, "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" } }