summaryrefslogtreecommitdiff
path: root/dsa/DSACore/Properties/launchSettings.json
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-06-11 23:33:41 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-06-11 23:33:41 +0200
commitaf74efccf8d21e6151022b71f3cacd3fa83024ee (patch)
tree20f383065d5cadea36e8d11d4bb3b35eca99f691 /dsa/DSACore/Properties/launchSettings.json
parente6181c24124d97f2fbc932b8a68311e625463156 (diff)
Seperate the Core from dsa gamelogic
Diffstat (limited to 'dsa/DSACore/Properties/launchSettings.json')
-rw-r--r--dsa/DSACore/Properties/launchSettings.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/dsa/DSACore/Properties/launchSettings.json b/dsa/DSACore/Properties/launchSettings.json
deleted file mode 100644
index 2da5fec..0000000
--- a/dsa/DSACore/Properties/launchSettings.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/launchsettings.json",
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:2170",
- "sslPort": 44365
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "api/commands",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "DSACore": {
- "commandName": "Project",
- "launchBrowser": true,
- "launchUrl": "api/commands",
- "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-} \ No newline at end of file