Update environment.ini
Sets Debug level to 0
This commit is contained in:
parent
d59f51f76c
commit
21f977c9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ BASE =
|
||||||
; deployment URL (e.g. https://www.pathfinder-w.space)
|
; deployment URL (e.g. https://www.pathfinder-w.space)
|
||||||
URL = {{@SCHEME}}://$DOMAIN
|
URL = {{@SCHEME}}://$DOMAIN
|
||||||
; level of debug/error stack trace
|
; level of debug/error stack trace
|
||||||
DEBUG = 3
|
DEBUG = 0
|
||||||
; Pathfinder database
|
; Pathfinder database
|
||||||
DB_PF_DNS = mysql:host=${MYSQL_HOST};port=${MYSQL_PORT};dbname=
|
DB_PF_DNS = mysql:host=${MYSQL_HOST};port=${MYSQL_PORT};dbname=
|
||||||
DB_PF_NAME = $MYSQL_PF_DB_NAME
|
DB_PF_NAME = $MYSQL_PF_DB_NAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue