Updates development.sh
This commit is contained in:
parent
79a209c469
commit
5dc422619b
5 changed files with 13 additions and 14 deletions
|
|
@ -4,16 +4,16 @@
|
|||
; project environment (DEVELOP || PRODUCTION).
|
||||
; This effects: DB connection, Mail-Server, SSO, ESI configurations in this file
|
||||
; configuration below
|
||||
SERVER = DEVELOPMENT
|
||||
SERVER = PRODUCTION
|
||||
|
||||
[ENVIRONMENT.DEVELOPMENT]
|
||||
[ENVIRONMENT.PRODUCTION]
|
||||
; 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 = 3
|
||||
DEBUG = 0
|
||||
; Pathfinder database
|
||||
DB_PF_DNS = mysql:host=${CONTAINER_NAME}db;port=3306;dbname=
|
||||
DB_PF_NAME = pf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue