diff options
Diffstat (limited to 'config-default/mysql.json')
| -rw-r--r-- | config-default/mysql.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config-default/mysql.json b/config-default/mysql.json new file mode 100644 index 0000000..ca97b86 --- /dev/null +++ b/config-default/mysql.json @@ -0,0 +1,16 @@ +{ + "actiontable" : "actionlog", + "db" : "asm_main", + "dblog" : "asm_log", + "host" : "localhost", + "ignoredgecos" : [ + "new now know how" + ], + "ignoredidents" : [ + "~chatzilla" + ], + "pass" : "PASS", + "port" : "3307", + "table" : "alertlog", + "user" : "USER" +} |
