8 lines
138 B
Bash
8 lines
138 B
Bash
PORT=3000
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_NAME=check_list
|
|
DB_USER=check_list_user
|
|
DB_PASSWORD=check_list_password
|
|
DB_CONNECTION_LIMIT=5
|