config default updates

beta.r3js.org
Theunis J. Botha 2017-01-24 11:01:30 +01:00
parent 4f7e5498c7
commit a829d89599
1 changed files with 10 additions and 3 deletions

View File

@ -24,10 +24,10 @@ var config = {
uploadPath: '/uploads'
},
api16: {
url: "http://api16.gamewheel.com",
url: "http://api16.gamewheel.com"
},
api16pong: {
url: "http://api16pong.gamewheel.com",
url: "http://api16pong.gamewheel.com"
},
tools: {
url: "http://tools.gamewheel.com",
@ -60,7 +60,14 @@ var config = {
url: 'http://gate.gamewheel.com'
},
editor_v2: {
url: 'http://3d-editor-v2.gamewheel.com'
url: 'http://3d-editor-v2.gamewheel.com',
default: {
platform: 'gamewheel',
account: 'root',
subAccount: 'root',
nameOfTheGame: 'test'
},
uploadPath: '/uploads'
},
api_v2: {
url: 'http://api-v2.gamewheel.com'