fix: 添加 psycopg2-binary 和 gunicorn 到依赖

- 添加 PostgreSQL 驱动 psycopg2-binary
- 添加 gunicorn 生产服务器
This commit is contained in:
maoshen
2026-04-12 21:59:43 +00:00
parent 1716b3ec98
commit 3a01b98860
3 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ set -e
# 配置
SERVER_HOST="cssc.datalibstar.com"
SERVER_USER="mashen"
SERVER_USER="ubuntu"
SERVER_PASS="825670@MashenClaw"
PROJECT_PATH="/root/.openclaw/workspace/city-manual"