diff options
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/mysql.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config-default/mysql.json b/config-default/mysql.json index ca97b86..7b25e0e 100644 --- a/config-default/mysql.json +++ b/config-default/mysql.json @@ -1,8 +1,5 @@ { - "actiontable" : "actionlog", - "db" : "asm_main", - "dblog" : "asm_log", - "host" : "localhost", + "dsn" : "DBI:mysql:database=asm_main;host=localhost;port=3307", "ignoredgecos" : [ "new now know how" ], @@ -10,7 +7,4 @@ "~chatzilla" ], "pass" : "PASS", - "port" : "3307", - "table" : "alertlog", - "user" : "USER" } |
