README 文件修改
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user