From 989278b86ab7efa73381234763886079a1237719 Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 29 Aug 2016 08:51:03 +0000 Subject: [PATCH] Add new file --- cfg/mysql.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cfg/mysql.json diff --git a/cfg/mysql.json b/cfg/mysql.json new file mode 100644 index 0000000..24d2982 --- /dev/null +++ b/cfg/mysql.json @@ -0,0 +1,7 @@ +{ + "host": "127.0.0.1", + "user": "", + "password": "", + "database": "", + "multipleStatements": true +} \ No newline at end of file