Stage after merging with project files
This commit is contained in:
+6
-5
@@ -1,9 +1,10 @@
|
||||
APP_PORT=3000
|
||||
PORT=3000
|
||||
APP_URL=http://localhost:3000
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_NAME=app_db
|
||||
DB_USER=app_user
|
||||
DB_PASSWORD=app_password
|
||||
DB_NAME=check_list
|
||||
DB_USER=check_list_user
|
||||
DB_PASSWORD=check_list_password
|
||||
DB_CONNECTION_LIMIT=5
|
||||
MARIADB_ROOT_PASSWORD=change_me_for_local_dev
|
||||
PHPMYADMIN_PORT=8080
|
||||
PHPMYADMIN_PORT=8080
|
||||
|
||||
Reference in New Issue
Block a user