TT#28100 InfluxDB 1.6.1 does not listen on admin or backup ports

Change-Id: Icfe084f0440c73e6013746a33b16302282c28d1c
changes/19/23719/1
Guillem Jover 8 years ago
parent b4db2092e0
commit bea5a7b1ec

@ -170,7 +170,7 @@ port:
[% END -%]
# InfluxDB Admin
tcp:8083:
listening: true
listening: false
ip: ["127.0.0.1"]
# InfluxDb Query
@ -180,5 +180,5 @@ port:
# InfluxDb Backup/Restore RPC
tcp:8088:
listening: true
listening: false
ip: ["127.0.0.1"]

Loading…
Cancel
Save