mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Remove redundant configuration
This statement was a no-op, given the value defined in BASE_CONFIG
This commit is contained in:
@ -272,6 +272,7 @@ class ErgoController(BaseServerController, DirectoryBasedController):
|
||||
config = self.baseConfig()
|
||||
if not mysql_password:
|
||||
return config
|
||||
|
||||
config["datastore"]["mysql"] = {
|
||||
"enabled": True,
|
||||
"host": "localhost",
|
||||
@ -280,11 +281,7 @@ class ErgoController(BaseServerController, DirectoryBasedController):
|
||||
"history-database": "ergo_history",
|
||||
"timeout": "3s",
|
||||
}
|
||||
config["accounts"]["multiclient"] = {
|
||||
"enabled": True,
|
||||
"allowed-by-default": True,
|
||||
"always-on": "disabled",
|
||||
}
|
||||
|
||||
config["history"]["persistent"] = {
|
||||
"enabled": True,
|
||||
"unregistered-channels": True,
|
||||
|
Reference in New Issue
Block a user