mysql import config

beta.r3js.org
Theunis J. Botha 2016-11-07 15:34:33 +01:00
parent c21ff2779e
commit 64d59cb5bf
1 changed files with 7 additions and 1 deletions

View File

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