angelicatesvara07-crypto f8214fda7d benerin error
2026-09-22 14:18:02 +07:00

13 lines
263 B
Bash

# Server Configuration
#
PORT=4000
ENVIROMENT=dev # Options: dev, stage, prod
# PostgreSQL Database Configuration
#
DB_HOST=202.46.28.160
DB_PORT=2003
DB_USER=5803025015
DB_PASSWORD=pw5803025015
DB_NAME=w04_5803025015
DB_SSLMODE=disable # 'disable' or 'require'