Skip to content

Commit

Permalink
Making prod web server run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 9, 2016
1 parent b47ca78 commit 25831f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion caravel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
CSRF_ENABLED = True

# Whether to run the web server in debug mode or not
DEBUG = True
DEBUG = False

# Whether to show the stacktrace on 500 error
SHOW_STACKTRACE = True
Expand Down
3 changes: 0 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ of the parameters you can copy / paste in that configuration module: ::
# Flask-WTF flag for CSRF
CSRF_ENABLED = True

# Whether to run the web server in debug mode or not
DEBUG = True

This file also allows you to define configuration parameters used by
Flask App Builder, the web framework used by Caravel. Please consult
the `Flask App Builder Documentation
Expand Down

0 comments on commit 25831f0

Please sign in to comment.