We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5371077 commit 00f0515Copy full SHA for 00f0515
irctest/controllers/ergo.py
@@ -272,6 +272,7 @@ def addMysqlToConfig(self, config: Optional[Dict] = None) -> Dict:
272
config = self.baseConfig()
273
if not mysql_password:
274
return config
275
+
276
config["datastore"]["mysql"] = {
277
"enabled": True,
278
"host": "localhost",
@@ -280,11 +281,7 @@ def addMysqlToConfig(self, config: Optional[Dict] = None) -> Dict:
280
281
"history-database": "ergo_history",
282
"timeout": "3s",
283
}
- config["accounts"]["multiclient"] = {
284
- "enabled": True,
285
- "allowed-by-default": True,
286
- "always-on": "disabled",
287
- }
288
config["history"]["persistent"] = {
289
290
"unregistered-channels": True,
0 commit comments