aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/seafile/conf/ccnet.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'consul/configuration/seafile/conf/ccnet.conf.sample')
-rw-r--r--consul/configuration/seafile/conf/ccnet.conf.sample29
1 files changed, 0 insertions, 29 deletions
diff --git a/consul/configuration/seafile/conf/ccnet.conf.sample b/consul/configuration/seafile/conf/ccnet.conf.sample
deleted file mode 100644
index 76f4da9..0000000
--- a/consul/configuration/seafile/conf/ccnet.conf.sample
+++ /dev/null
@@ -1,29 +0,0 @@
-[General]
-USER_NAME = deuxfleurs
-ID = <to be defined>
-NAME = deuxfleurs
-SERVICE_URL = https://cloud.deuxfleurs.fr
-
-[Network]
-PORT = 10001
-
-[Client]
-PORT = 13418
-
-[LDAP]
-HOST = ldap://bottin2.service.2.cluster.deuxfleurs.fr/
-BASE = ou=users,dc=deuxfleurs,dc=fr
-USER_DN = cn=<to be defined>,dc=deuxfleurs,dc=fr
-FILTER = memberOf=CN=seafile,OU=groups,DC=deuxfleurs,DC=fr
-PASSWORD = <to be defined>
-LOGIN_ATTR = mail
-
-[Database]
-ENGINE = mysql
-HOST = mariadb.service.2.cluster.deuxfleurs.fr
-PORT = 3306
-USER = seafile
-PASSWD = <to be defined>
-DB = ccnet-db
-CONNECTION_CHARSET = utf8
-