更新验证器提价
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# 数据库配置
|
||||
DB_HOST=27.106.125.150
|
||||
DB_USER=root
|
||||
DB_PASSWORD=taiyi.1224
|
||||
DB_NAME=toutiao
|
||||
|
||||
# Coze API配置
|
||||
COZE_WORKFLOW_ID=
|
||||
COZE_ACCESS_TOKEN=
|
||||
COZE_IS_ASYNC=false
|
||||
|
||||
# Dify API配置
|
||||
DIFY_API_KEY=app-87gssUKFBs9BwJw4m95uUcyF
|
||||
DIFY_USER_ID=toutiao
|
||||
DIFY_URL=http://27.106.125.150/v1/workflows/run
|
||||
|
||||
# Baidu API配置
|
||||
BAIDU_API_KEY=
|
||||
BAIDU_SECRET_KEY=
|
||||
BAIDU_ENABLE_DETECTION=false
|
||||
|
||||
# 授权验证配置
|
||||
AUTH_API_URL=http://km.taisan.online/api/v1
|
||||
AUTH_SECRET_KEY=taiyi1224
|
||||
Reference in New Issue
Block a user