14 lines
311 B
Bash
14 lines
311 B
Bash
# server configuration
|
|
# --------------------
|
|
|
|
PORT=4000
|
|
ENVIRONMENT=dev # option : dev, stage, prod
|
|
|
|
# PostgreSQL Database Codnfiguration
|
|
# ---------------------------------
|
|
DB_HOST=202.46.20.160
|
|
DB_PORT=2003
|
|
DB_USER=5803025014
|
|
DB_PASSWORD=5803025014
|
|
DB_NAME=5803025014
|
|
DB_SSLMODE=disable # disable or quitel` |