Commit c857d03a authored by pengxin's avatar pengxin

还原数据库配置接口。

parent d0a33a06
......@@ -4,14 +4,14 @@ spring:
druid:
# 数据库链接 [主数据源]
main:
url: jdbc:mysql://127.0.0.1:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root
password: a327327
url: jdbc:mysql://192.168.0.35:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: yice
password: Yice@2021
# 默认生成的操作日志数据源配置。
operation-log:
url: jdbc:mysql://127.0.0.1:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root
password: a327327
url: jdbc:mysql://192.168.0.35:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: yice
password: Yice@2021
driverClassName: com.mysql.cj.jdbc.Driver
name: application-webadmin
initialSize: 10
......@@ -84,7 +84,7 @@ python:
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.35:6379
# 链接超时,单位毫秒。
timeout: 6000
# 单位毫秒。分布式锁的超时检测时长。
......
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