|
|
|
@ -10,10 +10,14 @@ lcc: |
|
|
|
# - projectUuid: tw_test |
|
|
|
# envId: 1 |
|
|
|
frontend-mqtt: |
|
|
|
brokerUrl: tcp://127.0.0.1:1883 |
|
|
|
username: user |
|
|
|
password: user |
|
|
|
websocket: mqtt://127.0.0.1:7883 |
|
|
|
# brokerUrl: tcp://127.0.0.1:1883 |
|
|
|
# username: user |
|
|
|
# password: user |
|
|
|
# websocket: mqtt://127.0.0.1:7883 |
|
|
|
brokerUrl: tcp://180.100.199.56:7097 |
|
|
|
username: galaxis |
|
|
|
password: Admin1234_ |
|
|
|
websocket: mqtt://180.100.199.56:9097 |
|
|
|
|
|
|
|
mybatis: |
|
|
|
enable: true |
|
|
|
@ -32,7 +36,8 @@ jdbc: |
|
|
|
default-name: 'default' |
|
|
|
data-source: |
|
|
|
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 |
|
|
|
username: rcs2_tw_zhanghui |
|
|
|
password: Rcs2_tw_zhanghui |
|
|
|
minimum-idle: 2 |
|
|
|
|