carcost/api/.env.example
2026-04-10 23:24:51 +08:00

10 lines
177 B
Plaintext

# 数据库连接字符串
DATABASE_URL=postgresql://username:password@localhost:5432/carcost
# 调试模式
debug=true
# 应用配置(可选)
TITLE=CarCost
VERSION=1.0.0