mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-05 13:47:09 +01:00
Added DB_PORT1 to env
This commit is contained in:
1
env
1
env
@@ -3,6 +3,7 @@ APP_KEY=<insert your generated key in here>
|
|||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
MULTI_DB_ENABLED=false
|
MULTI_DB_ENABLED=false
|
||||||
DB_HOST1=db
|
DB_HOST1=db
|
||||||
|
DB_PORT1=3306
|
||||||
DB_USERNAME1=ninja
|
DB_USERNAME1=ninja
|
||||||
DB_PASSWORD1=ninja
|
DB_PASSWORD1=ninja
|
||||||
DB_DATABASE1=ninja
|
DB_DATABASE1=ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user