Commit 5da5a1a1347540c0a2091f4ea37353d4814aaddc
1 parent
431e5781
removed unnecessary config options
Showing
2 changed files
with
1 additions
and
7 deletions
... | ... | @@ -5,8 +5,4 @@ ZOOKEEPER_URL=zk:2181 |
5 | 5 | MQTT_BIND_ADDRESS=0.0.0.0 |
6 | 6 | MQTT_BIND_PORT=1883 |
7 | 7 | COAP_BIND_ADDRESS=0.0.0.0 |
8 | -COAP_BIND_PORT=5683 | |
9 | - | |
10 | -SSL_ENABLED=true | |
11 | -SSL_KEY_STORE=/root/keystore.p12 | |
12 | -HTTP_BIND_PORT=8443 | |
\ No newline at end of file | ||
8 | +COAP_BIND_PORT=5683 | |
\ No newline at end of file | ... | ... |