README 文件修改

This commit is contained in:
Connor
2026-01-12 17:44:12 +08:00
parent 0b60c43872
commit 2fa83d53a4
3 changed files with 37 additions and 43 deletions

View File

@@ -1,26 +1,26 @@
app:
name: "Drama Generator"
name: "Huobao Drama API"
version: "1.0.0"
debug: false
debug: true
server:
port: 8080
port: 5678
host: "0.0.0.0"
cors_origins:
- "http://localhost:8080"
- "http://localhost:3012"
read_timeout: 600
write_timeout: 600
database:
type: "sqlite"
path: "/data/drama.db"
path: "./data/drama_generator.db"
max_idle: 10
max_open: 100
storage:
type: "local"
local_path: "/data/storage"
base_url: "http://localhost:8080/static"
local_path: "./data/storage"
base_url: "http://localhost:5678/static"
ai:
default_text_provider: "openai"