|
@ -105,7 +105,7 @@ spring:
|
|
|
profiles: prod_sr
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://10.176.97.9:3310/tenant_central?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
url: jdbc:mysql://192.168.210.3:3310/tenant_central?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
username: jkzlesb
|
|
|
password: Ajch6o@Y
|
|
|
test-on-borrow: true
|
|
@ -118,8 +118,8 @@ spring:
|
|
|
initial-size: 10
|
|
|
# REDIS
|
|
|
redis:
|
|
|
host: 10.176.97.5 # Redis server host.
|
|
|
port: 6390
|
|
|
host: 192.168.50.82 # Redis server host.
|
|
|
port: 6379
|
|
|
password: q4YaQemf
|
|
|
database: 0 # Database index used by the connection factory.
|
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
@ -139,8 +139,8 @@ spring:
|
|
|
show-sql: false
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 10.176.97.9
|
|
|
port: 29000
|
|
|
host: 192.168.50.26
|
|
|
port: 20000
|
|
|
username: jkzlesb
|
|
|
password: fgu$^ezl
|
|
|
authenticationDatabase: admin
|