Add default listening URL

This commit is contained in:
Jordan Brown
2018-09-08 13:34:15 -04:00
parent 425da91690
commit 66663fba2a
@@ -4,6 +4,13 @@
"DisableFileLogging": false,
"MinimumPasswordLength": 15
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:5000"
}
}
},
"Logging": {
"IncludeScopes": false,
"Debug": {