docs: 对齐数据库与 COS 配置说明
This commit is contained in:
@@ -3,7 +3,8 @@ NODE_ENV=development
|
||||
CORS_ORIGIN=http://localhost:5180
|
||||
|
||||
# 正式环境必须填写;本地 SQLite 模式可暂时留空。
|
||||
DATABASE_URL=postgresql://delivery_desk:local_delivery_desk@127.0.0.1:5432/delivery_desk
|
||||
DATABASE_URL=
|
||||
# PostgreSQL 示例:postgresql://delivery_desk:replace-with-a-password@127.0.0.1:5432/delivery_desk
|
||||
PGSSL=disable
|
||||
PG_POOL_MAX=10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user