This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/support/tripviewer/web/appsettings.json
2022-11-03 16:41:13 -04:00

20 lines
803 B
JSON

{
"USER_ROOT_URL": "https://devopsohuserprofile.azurewebsites.net",
"USER_JAVA_ROOT_URL": "https://devopsohuserjava.azurewebsites.net",
"TRIPS_ROOT_URL": "https://devopsohtrips.azurewebsites.net",
"POI_ROOT_URL": "https://devopsohpoi.azurewebsites.net",
"STAGING_USER_ROOT_URL": "https://devopsohuserprofile-staging.azurewebsites.net",
"STAGING_USER_JAVA_ROOT_URL": "https://devopsohuserjava-staging.azurewebsites.net",
"STAGING_TRIPS_ROOT_URL": "https://devopsohtrips-staging.azurewebsites.net",
"STAGING_POI_ROOT_URL": "https://devopsohpoi-staging.azurewebsites.net",
"BING_MAPS_KEY": "[your map key]",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}