Updates development files
This commit is contained in:
parent
e9ce7c0fa9
commit
3c278b0645
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
letsencrypt
|
||||
*.production*
|
||||
static/php/xdebug.ini
|
||||
Dockerfile
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue