change loki interface name
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user