初始化项目
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
address : ":3004"
|
||||
address : ":3001"
|
||||
name: "cidService"
|
||||
jwt:
|
||||
secret: "abcdefghijklmnopqrstuvwxyz"
|
||||
@@ -39,9 +39,4 @@ rabbitMQ:
|
||||
username: guest # 默认用户名
|
||||
password: guest # 默认密码
|
||||
jaeger: #链路追踪
|
||||
addr: 192.168.3.200:4318
|
||||
|
||||
# RAGFlow 智能客服配置
|
||||
ragflow:
|
||||
base_url: "http://192.168.3.200:9380" # RAGFlow 服务地址
|
||||
api_key: "ragflow-your-api-key-here" # RAGFlow API Key(登录 RAGFlow 管理界面 -> 设置 -> API Keys)
|
||||
addr: 192.168.3.200:4318
|
||||
Reference in New Issue
Block a user