mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +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):
|
if not config.has_section(db_section):
|
||||||
config.add_section(db_section)
|
config.add_section(db_section)
|
||||||
config.set(db_section, 'enabled', 'false')
|
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, 'port', '8083')
|
||||||
config.set(db_section, 'log_level', 'info')
|
config.set(db_section, 'log_level', 'info')
|
||||||
config.set(db_section, 'jwt_private_key', jwt_private_key)
|
config.set(db_section, 'jwt_private_key', jwt_private_key)
|
||||||
|
Reference in New Issue
Block a user