fixed typo
This commit is contained in:
parent
0f33e4c58a
commit
d583bcb52a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
domain = cfg.authentik.domain;
|
domain = cfg.authentik.domain;
|
||||||
redis = "6379";
|
redis = "6379";
|
||||||
port = cfg.authentik.port;
|
port = cfg.authentik.port;
|
||||||
version = conf.authentik.version;
|
version = cfg.authentik.version;
|
||||||
authentikEnvironment = {
|
authentikEnvironment = {
|
||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
AUTHENTIK_REDIS__HOST = cfg.podman.hostIP;
|
AUTHENTIK_REDIS__HOST = cfg.podman.hostIP;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue