This commit is contained in:
iFargle 2023-06-30 18:00:35 +09:00
parent 8f125068b8
commit 9077005e1a

View file

@ -21,7 +21,7 @@
clients = [{ clients = [{
url = "https://loki.sysctl.io/loki/api/v1/push"; url = "https://loki.sysctl.io/loki/api/v1/push";
basic_auth = { basic_auth = {
username = loki-sa; username = "loki-sa";
password = null; # https://nixos.wiki/wiki/Comparison_of_secret_managing_schemes; password = null; # https://nixos.wiki/wiki/Comparison_of_secret_managing_schemes;
}; };
}]; }];