fixes dev env
This commit is contained in:
parent
665b647cd2
commit
aeb02beb18
5 changed files with 33 additions and 37 deletions
|
|
@ -13,7 +13,7 @@ BASE =
|
|||
; deployment URL (e.g. https://www.pathfinder-w.space)
|
||||
URL = {{@SCHEME}}://$DOMAIN
|
||||
; level of debug/error stack trace
|
||||
DEBUG = 0
|
||||
DEBUG = 3
|
||||
; Pathfinder database
|
||||
DB_PF_DNS = mysql:host=${MYSQL_HOST};port=${MYSQL_PORT};dbname=
|
||||
DB_PF_NAME = $MYSQL_PF_DB_NAME
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ fastcgi.logging=0
|
|||
request_terminate_timeout = 300
|
||||
session.save_handler = redis
|
||||
session.save_path = "tcp://${REDIS_HOST}:${REDIS_PORT}"
|
||||
zend_extension=/usr/lib/php7/modules/xdebug.so
|
||||
[Date]
|
||||
date.timezone="UTC"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue