11 lines
228 B
Bash
11 lines
228 B
Bash
PORT=3000
|
|
APP_URL=http://localhost:3000
|
|
DB_HOST=db
|
|
DB_PORT=3306
|
|
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
|