|
|
@@ -100,7 +100,7 @@ spring:
|
|
|
datasource:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
- url: jdbc:postgresql://192.168.50.10:5432/ahx_app
|
|
|
+ url: jdbc:postgresql://192.168.50.11:5432/ahx_app
|
|
|
username: postgres
|
|
|
password: 123456
|
|
|
druid:
|
|
|
@@ -149,7 +149,7 @@ spring:
|
|
|
multi-statement-allow: true
|
|
|
redis:
|
|
|
database: 1
|
|
|
- host: 192.168.50.10
|
|
|
+ host: 192.168.50.11
|
|
|
#host: hobbystock.cn
|
|
|
port: 6379
|
|
|
password: Pass2010 # 密码(默认为空)
|
|
|
@@ -161,7 +161,7 @@ spring:
|
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
|
#mq
|
|
|
rabbitmq:
|
|
|
- host: 192.168.50.10
|
|
|
+ host: 192.168.50.11
|
|
|
port: 5672
|
|
|
username: poyee-app
|
|
|
password: Pass2010
|
|
|
@@ -202,7 +202,7 @@ spring:
|
|
|
validate-on-migrate: true
|
|
|
# 当迁移发现数据库非空且存在没有元数据的表时,自动执行基准迁移,新建schema_version表
|
|
|
baseline-on-migrate: true
|
|
|
- url: ${DB_URL:jdbc:postgresql://192.168.50.10:5432/ahx_app}
|
|
|
+ url: ${DB_URL:jdbc:postgresql://192.168.50.11:5432/ahx_app}
|
|
|
user: ${DB_USERNAME:postgres}
|
|
|
password: ${DB_PASSWORD:123456}
|
|
|
mail:
|
|
|
@@ -481,7 +481,7 @@ express:
|
|
|
#elasticsearch 配置
|
|
|
elasticsearch:
|
|
|
rest:
|
|
|
- uris: 192.168.50.10:9202 #测试环境es地址
|
|
|
+ uris: 192.168.50.11:9202 #测试环境es地址
|
|
|
|
|
|
#直播间webSocket地址
|
|
|
liveWebSocketUrl: http://poyee-im/chat/handler
|