From 900853acc0056e509a1fde90ab1445a15b07280a Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 8 Aug 2017 18:42:18 +0200 Subject: [PATCH] File removed --- .gitignore | 1 + src/Squidex/Properties/launchSettings.json | 28 ---------------------- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 src/Squidex/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index dc1259a51..7cce4633a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ node_modules/ /src/Squidex/appsettings.Development.json /src/Squidex/Assets +/src/Squidex/Properties/launchSettings.json diff --git a/src/Squidex/Properties/launchSettings.json b/src/Squidex/Properties/launchSettings.json deleted file mode 100644 index 32dcc5edc..000000000 --- a/src/Squidex/Properties/launchSettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:5000/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Squidex": { - "commandName": "Project", - "launchUrl": "http://localhost:5000", - "environmentVariables": { - "IDENTITY__ADMINEMAIL": "sebastian@squidex.io", - "IDENTITY__ADMINPASSWORD": "1Xhn2a3b4!?", - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:5000" - } - } -} \ No newline at end of file