treewide: use localhost instead of ipv4

This commit is contained in:
Felix Buehler 2024-12-27 20:30:21 +01:00
parent 68a379bb34
commit c105a223a7
24 changed files with 42 additions and 53 deletions

View file

@ -31,7 +31,7 @@ in
default = { };
example = literalExpression ''
{
listen = { addr = "127.0.0.1"; port = 8080; };
listen = { addr = "localhost"; port = 8080; };
providers.token.tokens = {
myuser = "MyToken";