mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-20 10:41:22 +00:00
remove SERVICE_URL from ccnet.conf
This commit is contained in:
@@ -806,7 +806,7 @@ class CcnetConfigurator(AbstractConfigurator):
|
||||
def generate(self):
|
||||
print('Generating ccnet configuration ...\n')
|
||||
with open(self.ccnet_conf, 'w') as fp:
|
||||
fp.write('[General]\nSERVICE_URL = http://%s/\n' % self.ip_or_domain)
|
||||
fp.write('[General]')
|
||||
|
||||
self.generate_db_conf()
|
||||
|
||||
|
Reference in New Issue
Block a user