Commit 95df0b5d by lijingjing

修改配置文件

parent f74bf489
...@@ -13,7 +13,7 @@ service: ...@@ -13,7 +13,7 @@ service:
spring: spring:
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
url: jdbc:postgresql://192.168.123.122:5433/dev_lims_hmhj url: jdbc:postgresql://localhost:5432/dev_lims_hmhj
username: postgres username: postgres
password: post123 password: post123
dynamic: dynamic:
...@@ -21,7 +21,7 @@ spring: ...@@ -21,7 +21,7 @@ spring:
# 注册中心配置 # 注册中心配置
cloud: cloud:
consul: consul:
host: 192.168.123.122 host: localhost
redis: redis:
database: 0 database: 0
host: meazty.fun host: meazty.fun
...@@ -55,7 +55,8 @@ spring: ...@@ -55,7 +55,8 @@ spring:
# Mongodb GridFS # Mongodb GridFS
data: data:
mongodb: mongodb:
uri: mongodb://mongo:Mong$6358#@192.168.123.122:27154/lims #uri: mongodb://limsAdmin:devpt12!mg@192.168.0.142:27017/lims
uri: mongodb://mongo:Mong$6358#@localhost:27017/lims
grid-fs-database: lims grid-fs-database: lims
# Mongodb GridFS 存储 # 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