Update 2026-05-18 14:31:53
This commit is contained in:
@@ -19,13 +19,13 @@ TZ=Asia/Shanghai
|
||||
# ==========================================
|
||||
|
||||
# PostgreSQL 连接信息
|
||||
POSTGRES_DB=mumuai_novel
|
||||
POSTGRES_USER=mumuai
|
||||
POSTGRES_DB=mumulingsi_novel
|
||||
POSTGRES_USER=mumulingsi
|
||||
POSTGRES_PASSWORD=123456
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
# 数据库连接 URL(Docker 部署时自动生成)
|
||||
# DATABASE_URL=postgresql+asyncpg://mumuai:123456@localhost:5432/mumuai_novel
|
||||
# DATABASE_URL=postgresql+asyncpg://mumulingsi:123456@localhost:5432/mumulingsi_novel
|
||||
|
||||
# ==========================================
|
||||
# SQLite 数据库配置
|
||||
@@ -45,7 +45,7 @@ LOG_BACKUP_COUNT=30
|
||||
# ==========================================
|
||||
# CORS 配置
|
||||
# ==========================================
|
||||
CORS_ORIGINS=["http://localhost:8000","http://127.0.0.1:8000"]
|
||||
CORS_ORIGINS=["http://localhost:3000","http://127.0.0.1:8000"]
|
||||
|
||||
# ==========================================
|
||||
# 代理配置(可选)
|
||||
@@ -116,11 +116,11 @@ EMAIL_VERIFICATION_RESEND_INTERVAL_SECONDS=60
|
||||
# 提示词工坊配置
|
||||
# ==========================================
|
||||
# 运行模式:client(本地部署)或 server(云端服务器)
|
||||
# 只有 mumuverse.space:1566 需要设置为 server
|
||||
# 云端服务配置示例
|
||||
WORKSHOP_MODE=client
|
||||
|
||||
# 云端服务地址(client 模式使用)
|
||||
WORKSHOP_CLOUD_URL=https://mumuverse.space:1566
|
||||
WORKSHOP_CLOUD_URL=
|
||||
|
||||
# 云端 API 请求超时时间(秒)
|
||||
WORKSHOP_API_TIMEOUT=30
|
||||
|
||||
Reference in New Issue
Block a user