fix(web03/gestiocof): missings ldap credentials

This commit is contained in:
catvayor 2025-04-10 14:08:26 +02:00
parent e27790cf28
commit 5c2b3c73d8
Signed by untrusted user: lbailly
GPG key ID: CE3E645251AC63F3
3 changed files with 2 additions and 0 deletions

View file

@ -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 = {

Binary file not shown.

View file

@ -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"