typo on db2 config port (#3023)

cp .env.example .env fails as DBPORT1 is overwritten
This commit is contained in:
Robin Chan 2019-10-27 21:04:06 +00:00 committed by David Bomba
parent b371dbaf47
commit e4b0943db6

View File

@ -21,7 +21,7 @@ DB_HOST2=localhost
DB_DATABASE2=db-ninja-02
DB_USERNAME2=ninja
DB_PASSWORD2=ninja
DB_PORT1=3306
DB_PORT2=3306