diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-08-20 17:39:07 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-08-20 17:39:07 +0200 |
commit | d40c41004d0f234140f5ec9fc029f4ef6ce3f60c (patch) | |
tree | aea37ac5804b3e2c159a8ce755b6b2db002048c1 /app/seafile/config/mariadb | |
parent | 09269e8497793f97398ace2ebe7f2b70777788c8 (diff) | |
download | infrastructure-d40c41004d0f234140f5ec9fc029f4ef6ce3f60c.tar.gz infrastructure-d40c41004d0f234140f5ec9fc029f4ef6ce3f60c.zip |
Add bagage deployment
Diffstat (limited to 'app/seafile/config/mariadb')
-rw-r--r-- | app/seafile/config/mariadb/main/env.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/seafile/config/mariadb/main/env.tpl b/app/seafile/config/mariadb/main/env.tpl deleted file mode 100644 index 0fe903b..0000000 --- a/app/seafile/config/mariadb/main/env.tpl +++ /dev/null @@ -1,6 +0,0 @@ -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 }}" |