Skip to content

Commit

Permalink
Don't specify debug so falls back to use ASPNETCORE_ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 2, 2017
1 parent 58c3b26 commit 773aca4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/web.azure.settings
@@ -1,5 +1,4 @@
# Note: values prefixed with '$' are resolved from Environment Variables
debug false
name Azure Blob SQL Server Web App
db sqlserver
db.connection $AZURE_SQL_CONNECTION_STRING
Expand Down
1 change: 0 additions & 1 deletion app/web.mysql.settings
@@ -1,4 +1,3 @@
debug true
name Rockwind MySql Web App
contentRoot ~/../rockwind
webRoot ~/../rockwind
Expand Down
1 change: 0 additions & 1 deletion app/web.settings
@@ -1,4 +1,3 @@
debug true
name Rockwind SQLite Web App
contentRoot ~/../app
webRoot ~/../app
Expand Down
1 change: 0 additions & 1 deletion app/web.sqlite.settings
@@ -1,4 +1,3 @@
debug true
name Rockwind SQLite Web App
contentRoot ~/..
webRoot ~/../rockwind
Expand Down
1 change: 0 additions & 1 deletion app/web.sqlserver.settings
@@ -1,4 +1,3 @@
debug true
name Rockwind SQL Server Web App
contentRoot ~/../rockwind
webRoot ~/../rockwind
Expand Down

0 comments on commit 773aca4

Please sign in to comment.