module: authentik-ldap drop environment variables
This should be configured with a proper authentik hostname and a matching certificate that can be validated with the system CA bundle.
This commit is contained in:
parent
62f7cce184
commit
fcc7b2f997
1 changed files with 0 additions and 4 deletions
|
|
@ -158,10 +158,6 @@ in
|
|||
];
|
||||
restartTriggers = [ config.environment.etc."authentik/config.yml".source ];
|
||||
serviceConfig = {
|
||||
Environment = [
|
||||
"AUTHENTIK_HOST=https://localhost:9443"
|
||||
"AUTHENTIK_INSECURE=true"
|
||||
];
|
||||
RuntimeDirectory = "authentik-ldap";
|
||||
UMask = "0027";
|
||||
WorkingDirectory = "%t/authentik-ldap";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue