10 lines
142 B
Bash
10 lines
142 B
Bash
# Database
|
|
DB_HOST=mariadb
|
|
DB_PORT=3306
|
|
DB_USER=fromis9
|
|
DB_PASSWORD="Xk9#mP2\$vL7@nQ4w"
|
|
DB_NAME=fromis9
|
|
|
|
# Server
|
|
PORT=80
|
|
NODE_ENV=production
|