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