Commit 649e251e by Administrator

Update application.yml

parent f1b613f4
...@@ -10,7 +10,7 @@ spring: ...@@ -10,7 +10,7 @@ spring:
datasource: datasource:
url: jdbc:oracle:thin:@119.96.87.17:30100:orcl url: jdbc:oracle:thin:@119.96.87.17:30100:orcl
driver-class-name: oracle.jdbc.OracleDriver driver-class-name: oracle.jdbc.OracleDriver
username: SCORE_HSK username: SCORE_HSK_DEV
password: 123456 password: 123456
hikari: hikari:
minimum-idle: 1 minimum-idle: 1
...@@ -20,7 +20,7 @@ spring: ...@@ -20,7 +20,7 @@ spring:
host: 119.96.87.17 #47.104.251.199 host: 119.96.87.17 #47.104.251.199
port: 6379 #6942 port: 6379 #6942
password: techhero #ENC(08db934a254e34b5366ff337b81532ec) password: techhero #ENC(08db934a254e34b5366ff337b81532ec)
database: 2 database: 6
timeout: 10000 timeout: 10000
lettuce: lettuce:
pool: pool:
...@@ -31,7 +31,7 @@ spring: ...@@ -31,7 +31,7 @@ spring:
redisson: redisson:
address: redis://119.96.87.17:6379 address: redis://119.96.87.17:6379
password: techhero password: techhero
database: 2 database: 6
min-idle: 2 min-idle: 2
pool-size: 8 pool-size: 8
rabbitmq: rabbitmq:
......
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