diff options
author | Alex Auvolat <alex@adnab.me> | 2021-01-16 17:07:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-01-16 17:07:01 +0100 |
commit | c74dc92febd1841c8ea5ff31caab0f941d57527d (patch) | |
tree | d05a203d95cac988952799667ec43c327a5d9038 /app/seafile/config/mariadb/main | |
parent | 0c4ee40e01c95d7bf73236cbead5cc261f67eb9d (diff) | |
download | infrastructure-c74dc92febd1841c8ea5ff31caab0f941d57527d.tar.gz infrastructure-c74dc92febd1841c8ea5ff31caab0f941d57527d.zip |
Proposal: reorganize app/ folder by modules
Diffstat (limited to 'app/seafile/config/mariadb/main')
-rw-r--r-- | app/seafile/config/mariadb/main/env.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/seafile/config/mariadb/main/env.tpl b/app/seafile/config/mariadb/main/env.tpl new file mode 100644 index 0000000..0fe903b --- /dev/null +++ b/app/seafile/config/mariadb/main/env.tpl @@ -0,0 +1,6 @@ +LDAP_URI = "ldap://bottin2.service.2.cluster.deuxfleurs.fr" +LDAP_BASE = "ou=users,dc=deuxfleurs,dc=fr" +LDAP_VERSION = 3 +LDAP_BIND_DN = "{{ key "secrets/mariadb/main/ldap_binddn" | trimSpace }}" +LDAP_BIND_PW = "{{ key "secrets/mariadb/main/ldap_bindpwd" | trimSpace }}" +MYSQL_PASSWORD = "{{ key "secrets/mariadb/main/mysql_pwd" | trimSpace }}" |