Files
huobao-drama/configs/config.example.yaml
2026-01-12 17:44:12 +08:00

29 lines
496 B
YAML

app:
name: "Huobao Drama API"
version: "1.0.0"
debug: true
server:
port: 5678
host: "0.0.0.0"
cors_origins:
- "http://localhost:3012"
read_timeout: 600
write_timeout: 600
database:
type: "sqlite"
path: "./data/drama_generator.db"
max_idle: 10
max_open: 100
storage:
type: "local"
local_path: "./data/storage"
base_url: "http://localhost:5678/static"
ai:
default_text_provider: "openai"
default_image_provider: "openai"
default_video_provider: "doubao"