15 lines
229 B
Bash
15 lines
229 B
Bash
# 数据库配置
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres12341234
|
|
DB_NAME=postgres
|
|
DB_PORT=5432
|
|
|
|
# 时区配置
|
|
TZ=Asia/Shanghai
|
|
|
|
# pgAdmin配置
|
|
PGADMIN_EMAIL=fish@fish.com
|
|
PGADMIN_PASSWORD=12345678
|
|
|
|
# 网关端口
|
|
GATEWAY_PORT=80 |