added seafile url config
This commit is contained in:
@@ -90,6 +90,12 @@ else:
|
|||||||
logger.critical("Unable to find/read ccnet.conf file. Please ensure the ccnet.conf path is correct in the config.ini.")
|
logger.critical("Unable to find/read ccnet.conf file. Please ensure the ccnet.conf path is correct in the config.ini.")
|
||||||
exit(2)
|
exit(2)
|
||||||
|
|
||||||
|
# Seafile url
|
||||||
|
seafileURL = ccnetConfig['General']['SERVICE_URL']
|
||||||
|
|
||||||
|
# mysql config
|
||||||
|
|
||||||
|
|
||||||
# ldap Config
|
# ldap Config
|
||||||
ldapServer = config['LDAP']['HOST']
|
ldapServer = config['LDAP']['HOST']
|
||||||
#ldapPort = config['LDAP SERVER'].getint('port')
|
#ldapPort = config['LDAP SERVER'].getint('port')
|
||||||
|
|||||||
Reference in New Issue
Block a user