Merge branch 'master' of https://gitee.com/rowger_217/im-system
This commit is contained in:
@@ -4,11 +4,11 @@ spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
password: beAs0LHX2GyTxMw4
|
||||
url: jdbc:mysql://43.139.191.204:3306:3306/im-core?serverTimezone=UTC&useSSL=false&characterEncoding=UTF8
|
||||
url: jdbc:mysql://43.139.208.48:3306/im-core?serverTimezone=UTC&useSSL=false&characterEncoding=UTF8
|
||||
username: root
|
||||
|
||||
redis:
|
||||
host: 43.139.191.204
|
||||
host: 43.139.208.48
|
||||
port: 6379
|
||||
database: 8
|
||||
jedis:
|
||||
@@ -19,9 +19,9 @@ spring:
|
||||
min-idle: 10
|
||||
password: dSMIXBQrCBXiHHjk123
|
||||
rabbitmq:
|
||||
host: 119.45.242.222
|
||||
host: 43.139.208.48
|
||||
port: 5672
|
||||
addresses: 119.45.242.222
|
||||
addresses: 43.139.208.48
|
||||
username: guest
|
||||
password: guest
|
||||
# virtual-host:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: prod
|
||||
active: local
|
||||
|
||||
Reference in New Issue
Block a user