mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-06 22:47:26 +01:00
19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
APP_URL=http://in.localhost:8003/
|
|
APP_KEY=<insert your generated key in here>
|
|
APP_DEBUG=true
|
|
MULTI_DB_ENABLED=false
|
|
DB_HOST1=db
|
|
DB_USERNAME1=ninja
|
|
DB_PASSWORD1=ninja
|
|
DB_DATABASE1=ninja
|
|
|
|
#this is a system variable please do not remove
|
|
IS_DOCKER=true
|
|
|
|
#V4 env vars
|
|
DB_STRICT=false
|
|
DB_HOST=db
|
|
DB_DATABASE=ninja
|
|
DB_USERNAME=ninja
|
|
DB_PASSWORD=ninja
|
|
APP_CIPHER=AES-256-CBC |