Commit 1aac188f by lijingjing

添加配置文件;

parent b740f7ed
......@@ -13,7 +13,7 @@ service:
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
url: jdbc:postgresql://192.168.123.122:5433/dev_lims_hmhj
url: jdbc:postgresql://meazty.fun:5433/dev_hmhj
username: postgres
password: post123
dynamic:
......@@ -21,7 +21,7 @@ spring:
# 注册中心配置
cloud:
consul:
host: 192.168.123.122
host: localhost
redis:
database: 0
host: meazty.fun
......@@ -35,10 +35,10 @@ spring:
protocol: smtp
default-encoding: UTF-8
rabbitmq:
host: 8.142.29.214
host: meazty.fun
port: 5672
username: mqbase
password: mqb123#@$5
username: admin
password: admin123
virtual-host: /
topic:
push-msg: pro.topic.push.msg
......@@ -55,7 +55,7 @@ spring:
# Mongodb GridFS
data:
mongodb:
uri: mongodb://mongo:Mong$6358#@192.168.123.122:27154/lims
uri: mongodb://lims:lims123@meazty.fun:27154/lims
grid-fs-database: lims
# Mongodb GridFS 存储
......
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