mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +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()
|
config = self.baseConfig()
|
||||||
if not mysql_password:
|
if not mysql_password:
|
||||||
return config
|
return config
|
||||||
|
|
||||||
config["datastore"]["mysql"] = {
|
config["datastore"]["mysql"] = {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
@ -280,11 +281,7 @@ class ErgoController(BaseServerController, DirectoryBasedController):
|
|||||||
"history-database": "ergo_history",
|
"history-database": "ergo_history",
|
||||||
"timeout": "3s",
|
"timeout": "3s",
|
||||||
}
|
}
|
||||||
config["accounts"]["multiclient"] = {
|
|
||||||
"enabled": True,
|
|
||||||
"allowed-by-default": True,
|
|
||||||
"always-on": "disabled",
|
|
||||||
}
|
|
||||||
config["history"]["persistent"] = {
|
config["history"]["persistent"] = {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
"unregistered-channels": True,
|
"unregistered-channels": True,
|
||||||
|
Reference in New Issue
Block a user