added seafile url config

This commit is contained in:
2021-11-02 09:36:24 -04:00
parent 71ba70e9da
commit 824757b8e6

View File

@@ -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.")
exit(2)
# Seafile url
seafileURL = ccnetConfig['General']['SERVICE_URL']
# mysql config
# ldap Config
ldapServer = config['LDAP']['HOST']
#ldapPort = config['LDAP SERVER'].getint('port')