From 08e11e2c88888229f4549a963a8602bfcf6abb04 Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 29 Aug 2016 08:38:22 +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