]> git.somenet.org - pub/jan/aic18.git/blob - service-reporting/appsettings.json
Give containters useful names so that they can be reached by their hostname. fixes #18
[pub/jan/aic18.git] / service-reporting / appsettings.json
1 {
2   "Logging": {
3     "LogLevel": {
4       "Default": "Warning"
5     }
6   },
7   "AllowedHosts": "*"
8 }