Initial stage
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
APP_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
|
||||
MARIADB_ROOT_PASSWORD=change_me_for_local_dev
|
||||
PHPMYADMIN_PORT=8080
|
||||
Reference in New Issue
Block a user