summaryrefslogtreecommitdiff
path: root/DSACore/Properties/launchSettings.json
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-29 21:52:45 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-29 21:52:45 +0200
commitf97f25ea54a0f888d2195d6868346854a2a005e0 (patch)
tree5ea9327de1d548a341f55ff4f13b89e09fb6b443 /DSACore/Properties/launchSettings.json
parent330c49947c82d3d66f65f03abcad75d57d3dc121 (diff)
parent33dc613fffad69c1c608e21eac6fcd3f2954ead8 (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
Diffstat (limited to 'DSACore/Properties/launchSettings.json')
-rw-r--r--DSACore/Properties/launchSettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Properties/launchSettings.json b/DSACore/Properties/launchSettings.json
index 50d10a9..2da5fec 100644
--- a/DSACore/Properties/launchSettings.json
+++ b/DSACore/Properties/launchSettings.json
@@ -21,7 +21,7 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/commands",
- "applicationUrl": "https://192.168.2.58:5001;http://192.168.2.58:5000",
+ "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}