Updates development files
This commit is contained in:
parent
e9ce7c0fa9
commit
3c278b0645
3 changed files with 5 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,4 +2,5 @@
|
||||||
.vscode
|
.vscode
|
||||||
letsencrypt
|
letsencrypt
|
||||||
*.production*
|
*.production*
|
||||||
static/php/xdebug.ini
|
static/php/xdebug.ini
|
||||||
|
Dockerfile
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
; project environment (DEVELOP || PRODUCTION).
|
; project environment (DEVELOP || PRODUCTION).
|
||||||
; This effects: DB connection, Mail-Server, SSO, ESI configurations in this file
|
; This effects: DB connection, Mail-Server, SSO, ESI configurations in this file
|
||||||
; configuration below
|
; configuration below
|
||||||
SERVER = DEVELOP
|
SERVER = PRODUCTION
|
||||||
|
|
||||||
[ENVIRONMENT.PRODUCTION]
|
[ENVIRONMENT.PRODUCTION]
|
||||||
; path to index.php (Default: leave blank == "auto-detect")
|
; path to index.php (Default: leave blank == "auto-detect")
|
||||||
|
|
@ -13,7 +13,7 @@ BASE =
|
||||||
; deployment URL (e.g. https://www.pathfinder-w.space)
|
; deployment URL (e.g. https://www.pathfinder-w.space)
|
||||||
URL = {{@SCHEME}}://$DOMAIN
|
URL = {{@SCHEME}}://$DOMAIN
|
||||||
; level of debug/error stack trace
|
; level of debug/error stack trace
|
||||||
DEBUG = 0
|
DEBUG = 3
|
||||||
; Pathfinder database
|
; Pathfinder database
|
||||||
DB_PF_DNS = mysql:host=${MYSQL_HOST};port=${MYSQL_PORT};dbname=
|
DB_PF_DNS = mysql:host=${MYSQL_HOST};port=${MYSQL_PORT};dbname=
|
||||||
DB_PF_NAME = $MYSQL_PF_DB_NAME
|
DB_PF_NAME = $MYSQL_PF_DB_NAME
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ fastcgi.impersonate=1
|
||||||
fastcgi.logging=0
|
fastcgi.logging=0
|
||||||
request_terminate_timeout = 300
|
request_terminate_timeout = 300
|
||||||
session.save_handler = redis
|
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
|
zend_extension=/usr/lib/php7/modules/xdebug.so
|
||||||
[Date]
|
[Date]
|
||||||
date.timezone="UTC"
|
date.timezone="UTC"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue