Browse Source

File removed

pull/95/head
Sebastian Stehle 8 years ago
parent
commit
900853acc0
  1. 1
      .gitignore
  2. 28
      src/Squidex/Properties/launchSettings.json

1
.gitignore

@ -21,3 +21,4 @@ node_modules/
/src/Squidex/appsettings.Development.json
/src/Squidex/Assets
/src/Squidex/Properties/launchSettings.json

28
src/Squidex/Properties/launchSettings.json

@ -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"
}
}
}
Loading…
Cancel
Save