13 lines
320 B
Bash
13 lines
320 B
Bash
# Server Configuration
|
|
# --------------------
|
|
PORT=4000
|
|
ENVIRONMENT=dev # Options: dev, stage, prod
|
|
|
|
# -----------------------------------------
|
|
# PostgreSQL Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB USER=postgres
|
|
DB_PASSWORD=pw5803025020
|
|
DB_NAME=user5803025020
|
|
DB_SSLMODE=disable #t'disable' or 'require' |