|
|
|
@ -10,10 +10,10 @@ lcc: |
|
|
|
# - projectUuid: tw_test |
|
|
|
# envId: 1 |
|
|
|
frontend-mqtt: |
|
|
|
brokerUrl: tcp://10.10.101.8:1883 |
|
|
|
brokerUrl: tcp://127.0.0.1:1883 |
|
|
|
username: user |
|
|
|
password: user |
|
|
|
websocket: mqtt://10.10.101.8:7883 |
|
|
|
websocket: mqtt://127.0.0.1:7883 |
|
|
|
|
|
|
|
mybatis: |
|
|
|
enable: true |
|
|
|
@ -32,7 +32,7 @@ jdbc: |
|
|
|
default-name: 'default' |
|
|
|
data-source: |
|
|
|
default: |
|
|
|
jdbc-url: jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui |
|
|
|
jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui |
|
|
|
username: rcs2_tw_zhanghui |
|
|
|
password: Rcs2_tw_zhanghui |
|
|
|
minimum-idle: 2 |
|
|
|
@ -46,10 +46,9 @@ redis: |
|
|
|
default: |
|
|
|
mode: standalone |
|
|
|
standalone: |
|
|
|
host: '180.100.199.56' |
|
|
|
host: '127.0.0.1' |
|
|
|
port: 6379 |
|
|
|
database: 0 |
|
|
|
password: 'yxt123456' |
|
|
|
|
|
|
|
web: |
|
|
|
resources: |
|
|
|
|