fixes dev env

This commit is contained in:
Sam ONeill 2024-04-25 13:07:39 +12:00
parent 665b647cd2
commit aeb02beb18
5 changed files with 33 additions and 37 deletions

View file

@ -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

View file

@ -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"