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",