|
@ -111,6 +111,16 @@ spring:
|
|
|
redis:
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iotyanshi
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.26.0.195/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
username: root
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.26.0.190 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
#---
|
|
|
#spring:
|
|
|
# profiles: jwprod
|