typo on db2 config port (#3023)
cp .env.example .env fails as DBPORT1 is overwritten
This commit is contained in:
parent
b371dbaf47
commit
e4b0943db6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ DB_HOST2=localhost
|
|||
DB_DATABASE2=db-ninja-02
|
||||
DB_USERNAME2=ninja
|
||||
DB_PASSWORD2=ninja
|
||||
DB_PORT1=3306
|
||||
DB_PORT2=3306
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue