feat: deliver AI drama production demo
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 快快 AI Hub 统一 Key:素材库与 Seedance 2.0 均使用 Bearer 鉴权
|
||||
KK_API_KEY=
|
||||
|
||||
# 1 = 使用 Mock 数据评审流程;0 = 调用真实接口
|
||||
DEMO_MOCK=1
|
||||
|
||||
PORT=4173
|
||||
HOST=0.0.0.0
|
||||
|
||||
# 审计日志目录;线上请指向持久化磁盘或挂载卷
|
||||
AUDIT_LOG_DIR=./logs
|
||||
|
||||
# 用于对 IP 等识别信息做不可逆哈希,线上请换成随机字符串
|
||||
AUDIT_HASH_SALT=
|
||||
Reference in New Issue
Block a user