Revert to default values

This commit is contained in:
Volodymyr Babak 2017-05-24 15:31:37 +03:00
parent a3f85df1a7
commit 9c29deba73
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ http:
# MQTT server parameters
mqtt:
bind_address: "${MQTT_BIND_ADDRESS:0.0.0.0}"
bind_port: "${MQTT_BIND_PORT:1884}"
bind_port: "${MQTT_BIND_PORT:1883}"
adaptor: "${MQTT_ADAPTOR_NAME:JsonMqttAdaptor}"
timeout: "${MQTT_TIMEOUT:10000}"
netty:

View File

@ -20,8 +20,8 @@ services:
thingsboard:
image: "thingsboard/application:1.2.3"
ports:
- "8443:8443"
- "1884:1883"
- "8080:8080"
- "1883:1883"
- "5683:5683/udp"
env_file:
- thingsboard.env