fix(self_host/sso): patching the authentik redis cache
This commit is contained in:
parent
c616d868b5
commit
1c3ce7451b
1 changed files with 5 additions and 1 deletions
|
|
@ -74,7 +74,11 @@ in
|
||||||
AUTHENTIK_REDIS__PORT = 6380;
|
AUTHENTIK_REDIS__PORT = 6380;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
redis.servers."authentik".port = lib.mkForce 6380;
|
redis.servers."authentik" = {
|
||||||
|
enable = true;
|
||||||
|
bind = "127.0.0.1";
|
||||||
|
port = lib.mkForce 6380;
|
||||||
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ensureDatabases = [
|
ensureDatabases = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue