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

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