Commit 2ffa2689 authored by pengxin's avatar pengxin

配置文件修改。

parent 392d5b4c
...@@ -4,14 +4,14 @@ spring: ...@@ -4,14 +4,14 @@ spring:
druid: druid:
# 数据库链接 [主数据源] # 数据库链接 [主数据源]
main: main:
url: jdbc:mysql://127.0.0.1:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://192.168.0.35:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root username: root
password: a327327 password: Yice@2021
# 默认生成的操作日志数据源配置。 # 默认生成的操作日志数据源配置。
operation-log: operation-log:
url: jdbc:mysql://127.0.0.1:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://192.168.0.35:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root username: root
password: a327327 password: Yice@2021
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
name: application-webadmin name: application-webadmin
initialSize: 10 initialSize: 10
...@@ -74,17 +74,17 @@ python: ...@@ -74,17 +74,17 @@ python:
#数据集配置目录 #数据集配置目录
datasetFileMenu: lmp_data datasetFileMenu: lmp_data
#python平台通用接口地址 #python平台通用接口地址
factoryInterface: http://127.0.0.1:7860/run/predict factoryInterface: http://192.168.0.36:7860/run/predict
#python websocket 服务地址 #python websocket 服务地址
pythonWebsocketUri: ws://127.0.0.1:7860/queue/join pythonWebsocketUri: ws://192.168.0.36:7860/queue/join
#输出控制地址 #输出控制地址
controllerAddress: http://0.0.0.0:20001 controllerAddress: http://0.0.0.0:20001
#对话基础路径 #对话基础路径
chatAddress: http://127.0.0.1:8000/ chatAddress: http://192.168.0.36:8000/
knowledge: knowledge:
#知识库通用接口地址 #知识库通用接口地址
knowledgeInterface: http://127.0.0.1:7861/knowledge_base/ knowledgeInterface: http://192.168.0.36:7861/knowledge_base/
#创建知识库 #创建知识库
create: create_knowledge_base create: create_knowledge_base
#获取知识库列表 #获取知识库列表
...@@ -163,7 +163,7 @@ redis: ...@@ -163,7 +163,7 @@ redis:
# master-slave: # master-slave:
# 每个节点逗号分隔,第一个为主节点,其余为从节点。同时每个节点前必须以redis://开头。 # 每个节点逗号分隔,第一个为主节点,其余为从节点。同时每个节点前必须以redis://开头。
# address: redis://localhost:6379,redis://localhost:6378,... # address: redis://localhost:6379,redis://localhost:6378,...
address: redis://127.0.0.1:6379 address: redis://192.168.0.36:6379
# 链接超时,单位毫秒。 # 链接超时,单位毫秒。
timeout: 6000 timeout: 6000
# 单位毫秒。分布式锁的超时检测时长。 # 单位毫秒。分布式锁的超时检测时长。
......
...@@ -44,7 +44,7 @@ spring: ...@@ -44,7 +44,7 @@ spring:
allow-circular-references: true allow-circular-references: true
data: data:
mongodb: mongodb:
uri: mongodb://127.0.0.1:27017 uri: mongodb://192.168.0.36:27017
database: imp database: imp
authentication-database: admin authentication-database: admin
auto-index-creation: true auto-index-creation: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment