forked from Deuxfleurs/infrastructure
29 lines
579 B
Text
29 lines
579 B
Text
[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
|
|
|