mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
fix seafile10 setup notification-server
This commit is contained in:
@@ -979,7 +979,7 @@ class SeafileConfigurator(AbstractConfigurator):
|
||||
if not config.has_section(db_section):
|
||||
config.add_section(db_section)
|
||||
config.set(db_section, 'enabled', 'false')
|
||||
config.set(db_section, 'host', '127.0.0.0')
|
||||
config.set(db_section, 'host', '127.0.0.1')
|
||||
config.set(db_section, 'port', '8083')
|
||||
config.set(db_section, 'log_level', 'info')
|
||||
config.set(db_section, 'jwt_private_key', jwt_private_key)
|
||||
|
Reference in New Issue
Block a user