Commit 2ffa2689 authored by pengxin's avatar pengxin

配置文件修改。

parent 392d5b4c
......@@ -4,14 +4,14 @@ spring:
druid:
# 数据库链接 [主数据源]
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
password: a327327
password: Yice@2021
# 默认生成的操作日志数据源配置。
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
password: a327327
password: Yice@2021
driverClassName: com.mysql.cj.jdbc.Driver
name: application-webadmin
initialSize: 10
......@@ -74,17 +74,17 @@ python:
#数据集配置目录
datasetFileMenu: lmp_data
#python平台通用接口地址
factoryInterface: http://127.0.0.1:7860/run/predict
factoryInterface: http://192.168.0.36:7860/run/predict
#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
#对话基础路径
chatAddress: http://127.0.0.1:8000/
chatAddress: http://192.168.0.36:8000/
knowledge:
#知识库通用接口地址
knowledgeInterface: http://127.0.0.1:7861/knowledge_base/
knowledgeInterface: http://192.168.0.36:7861/knowledge_base/
#创建知识库
create: create_knowledge_base
#获取知识库列表
......@@ -163,7 +163,7 @@ redis:
# master-slave:
# 每个节点逗号分隔,第一个为主节点,其余为从节点。同时每个节点前必须以redis://开头。
# address: redis://localhost:6379,redis://localhost:6378,...
address: redis://127.0.0.1:6379
address: redis://192.168.0.36:6379
# 链接超时,单位毫秒。
timeout: 6000
# 单位毫秒。分布式锁的超时检测时长。
......
......@@ -44,7 +44,7 @@ spring:
allow-circular-references: true
data:
mongodb:
uri: mongodb://127.0.0.1:27017
uri: mongodb://192.168.0.36:27017
database: imp
authentication-database: admin
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