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, 29 insertions, 0 deletions
diff --git a/consul/configuration/seafile/conf/ccnet.conf.sample b/consul/configuration/seafile/conf/ccnet.conf.sample
new file mode 100644
index 0000000..0c93bef
--- /dev/null
+++ b/consul/configuration/seafile/conf/ccnet.conf.sample
@@ -0,0 +1,29 @@
+[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://bottin.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
+