From b62b3acea41ac91aeb4870538fc5745764aff5ea Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Sun, 30 Oct 2016 14:27:57 +0000 Subject: mysql config: use dsn instead of individual keys --- config-default/mysql.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'config-default') 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" } -- cgit v1.2.3