test
This commit is contained in:
parent
8f125068b8
commit
9077005e1a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue