InfluxDB enforce Auth
This commit is contained in:
parent
43d8d0f926
commit
b2661d0a16
|
@ -9,7 +9,7 @@
|
||||||
meta.reporting-disabled = true;
|
meta.reporting-disabled = true;
|
||||||
data.query-log-enabled = false;
|
data.query-log-enabled = false;
|
||||||
http.bind-address = "localhost:8086";
|
http.bind-address = "localhost:8086";
|
||||||
http.auth-enabled = false;
|
http.auth-enabled = true;
|
||||||
http.log-enabled = false;
|
http.log-enabled = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue