Updates development.sh

This commit is contained in:
Sam ONeill 2022-02-08 14:15:45 +13:00
parent 9a4d9c75bd
commit 45a3fc595f
5 changed files with 25 additions and 17 deletions

View file

@ -4,16 +4,16 @@
; project environment (DEVELOP || PRODUCTION).
; This effects: DB connection, Mail-Server, SSO, ESI configurations in this file
; configuration below
SERVER = PRODUCTION
SERVER = DEVELOPMENT
[ENVIRONMENT.PRODUCTION]
[ENVIRONMENT.DEVELOPMENT]
; path to index.php (Default: leave blank == "auto-detect")
; -> e.g. set /pathfinder if your URL looks like https://www.[YOUR_DOMAIN]/pathfinder (subfolder)
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=${CONTAINER_NAME}db;port=3306;dbname=
DB_PF_NAME = pf

View file

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