forked from Ponysearch/Ponysearch
[fix] debug mode disabled by default
This commit is contained in:
parent
67b69619ba
commit
bbf107ac8b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port : 8888
|
port : 8888
|
||||||
secret_key : "ultrasecretkey" # change this!
|
secret_key : "ultrasecretkey" # change this!
|
||||||
debug : True # Debug mode, only for development
|
debug : False # Debug mode, only for development
|
||||||
request_timeout : 2.0 # seconds
|
request_timeout : 2.0 # seconds
|
||||||
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||||
themes_path : "" # Custom ui themes path
|
themes_path : "" # Custom ui themes path
|
||||||
|
|
Loading…
Reference in a new issue