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.Development.json

19 lines
590 B
JSON
Raw Normal View History

2022-11-03 20:41:13 +00:00
{
"USER_ROOT_URL": "http://localhost:8080",
"USER_JAVA_ROOT_URL": "http://localhost:8081",
"TRIPS_ROOT_URL": "http://localhost:8082",
"POI_ROOT_URL": "http://localhost:8083",
"STAGING_USER_ROOT_URL": "http://localhost:8080",
"STAGING_USER_JAVA_ROOT_URL": "http://localhost:8081",
"STAGING_TRIPS_ROOT_URL": "http://localhost:8082",
"STAGING_POI_ROOT_URL": "http://localhost:8083",
"BING_MAPS_KEY": "[your map key]",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}