From 64d59cb5bfb6ae915e3da88d4ca53e955eb591e4 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Mon, 7 Nov 2016 15:34:33 +0100 Subject: [PATCH] mysql import config --- config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 04dc03b..28992f2 100644 --- a/config.js +++ b/config.js @@ -58,11 +58,17 @@ var config = { url: "http://tools.gamewheel.local", port: 3105, debugPort: 3205, + default: { + platform: 'gamewheel', + account: 'root', + subAccount: 'root' + }, mysqlUserExport: { host: "gwdb.cpuanrat3vd1.eu-central-1.rds.amazonaws.com", port: 3306, user: "root", - password: "5t0bURlq" + password: "5t0bURlq", + database: "gw_core" }, mongoUserImport: { host: "127.0.0.1",