docs: 对齐数据库与 COS 配置说明

This commit is contained in:
yuzhe
2026-07-24 16:40:55 +08:00
parent fd93c69245
commit 850f213aa5
3 changed files with 4 additions and 3 deletions

View File

@@ -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