Browse Source

10.10.9.58

jx-test
修宁 5 months ago
parent
commit
106ee50ac6
  1. 20
      servo/src/main/resources/application-dev.yml

20
servo/src/main/resources/application-dev.yml

@ -14,10 +14,10 @@ lcc:
# username: user # username: user
# password: user # password: user
# websocket: mqtt://127.0.0.1:7883 # websocket: mqtt://127.0.0.1:7883
brokerUrl: tcp://180.100.199.56:7097 brokerUrl: tcp://10.10.9.58:1885
username: galaxis username: admin
password: Admin1234_ password: admin
websocket: mqtt://180.100.199.56:9097 websocket: mqtt://10.10.9.58:7885
mybatis: mybatis:
enable: true enable: true
@ -37,9 +37,12 @@ jdbc:
data-source: data-source:
default: default:
# jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui # jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui
jdbc-url: jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui # jdbc-url: jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui
username: rcs2_tw_zhanghui # username: rcs2_tw_zhanghui
password: Rcs2_tw_zhanghui # password: Rcs2_tw_zhanghui
jdbc-url: jdbc:p6spy:mysql://10.10.9.58:3306/rcs2_tw_zhanghui
username: admin
password: admin123456
minimum-idle: 2 minimum-idle: 2
maximum-pool-size: 100 maximum-pool-size: 100
connection-test-query: 'select 1 from dual' connection-test-query: 'select 1 from dual'
@ -51,8 +54,9 @@ redis:
default: default:
mode: standalone mode: standalone
standalone: standalone:
host: '127.0.0.1' host: '10.10.9.58'
port: 6379 port: 6379
password: 'admin123456'
database: 0 database: 0
web: web:

Loading…
Cancel
Save