mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
rstript service_url (#5997)
This commit is contained in:
@@ -1042,7 +1042,7 @@ class SeahubConfigurator(AbstractConfigurator):
|
||||
fp.write('\n')
|
||||
self.write_secret_key(fp)
|
||||
fp.write('\n')
|
||||
fp.write('SERVICE_URL = "http://%s/"' % ccnet_config.ip_or_domain)
|
||||
fp.write('SERVICE_URL = "http://%s"' % ccnet_config.ip_or_domain)
|
||||
fp.write('\n')
|
||||
self.write_database_config(fp)
|
||||
|
||||
|
Reference in New Issue
Block a user