Updates development files

This commit is contained in:
Sam ONeill 2023-04-16 10:41:09 +12:00
parent e9ce7c0fa9
commit 3c278b0645
3 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View file

@ -2,4 +2,5 @@
.vscode
letsencrypt
*.production*
static/php/xdebug.ini
static/php/xdebug.ini
Dockerfile

View file

@ -4,7 +4,7 @@
; project environment (DEVELOP || PRODUCTION).
; This effects: DB connection, Mail-Server, SSO, ESI configurations in this file
; configuration below
SERVER = DEVELOP
SERVER = PRODUCTION
[ENVIRONMENT.PRODUCTION]
; path to index.php (Default: leave blank == "auto-detect")
@ -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

@ -9,7 +9,7 @@ fastcgi.impersonate=1
fastcgi.logging=0
request_terminate_timeout = 300
session.save_handler = redis
session.save_path = "tcp://${CONTAINER_NAME}-redis:6379"
session.save_path = "tcp://${REDIS_HOST}:${REDIS_PORT}"
zend_extension=/usr/lib/php7/modules/xdebug.so
[Date]
date.timezone="UTC"