6 lines
90 B
Bash
6 lines
90 B
Bash
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=root
|
|
DB_NAME=dbname
|
|
HTTP_PORT=3210 |