change loki interface name
This commit is contained in:
parent
6d42a0ecac
commit
42ece6a873
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ in
|
||||||
kvstore.store = "inmemory";
|
kvstore.store = "inmemory";
|
||||||
replication_factor = 1;
|
replication_factor = 1;
|
||||||
};
|
};
|
||||||
lifecycler.interface_names = [ "eth0" "en0" "ens192" ];
|
lifecycler.interface_names = [ "enp1s0" ];
|
||||||
chunk_encoding = "snappy";
|
chunk_encoding = "snappy";
|
||||||
# Disable block transfers on shutdown
|
# Disable block transfers on shutdown
|
||||||
max_transfer_retries = 0;
|
max_transfer_retries = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue