forked from DGNum/infrastructure
fix(web03/gestiocof): missings ldap credentials
This commit is contained in:
parent
e27790cf28
commit
5c2b3c73d8
3 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,7 @@ in
|
|||
SYMPA_PASSWORD = config.age.secrets."dj_gestiocof-sympa_password_file".path;
|
||||
SYMPA_USERNAME = config.age.secrets."dj_gestiocof-sympa_username_file".path;
|
||||
EMAIL_HOST = config.age.secrets."dj_gestiocof-email_host_file".path;
|
||||
LDAP_SERVER_URL = config.age.secrets."dj_gestiocof-ldap_url".path;
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
BIN
machines/nixos/web03/secrets/dj_gestiocof-ldap_url
Normal file
BIN
machines/nixos/web03/secrets/dj_gestiocof-ldap_url
Normal file
Binary file not shown.
|
@ -22,6 +22,7 @@
|
|||
"dj_gestiocof-secret_key_file"
|
||||
"dj_gestiocof-sympa_password_file"
|
||||
"dj_gestiocof-sympa_username_file"
|
||||
"dj_gestiocof-ldap_url"
|
||||
"dj_gestiojeux-email_host_file"
|
||||
"dj_gestiojeux-secret_key_file"
|
||||
"dj_interludes-email_host_password_file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue