clients move to config

beta.r3js.org
Theunis J. Botha 2017-02-14 14:07:02 +01:00
parent 4f952afff1
commit 107edaa016
1 changed files with 28 additions and 0 deletions

28
clients.js Normal file
View File

@ -0,0 +1,28 @@
var clients = {
'3d-pong' : {
title : "Gamewheel Multiplayer VR Pong",
ogUrl : "http://3d-pong.gamewheel.local",
ogType : "website",
ogTitle : "Gamewheel Multiplayer VR Pong",
ogDescription : "Games is our game",
ogImage : "http://3d-pong.gamewheel.local/pong_image.png",
ctaUrl : "https://www.gamewheel.local",
account : 'root',
subAccount : 'root',
nameOfTheGame : 'pong'
},
'3doo' : {
title : "3doo - VR Pong",
ogUrl : "http://3doo.gamewheel.local",
ogType : "website",
ogTitle : "3doo VR App",
ogDescription : "Spiele PONG in 3d und VR mit 3doo",
ogImage : "http://3doo.gamewheel.local/pong_image.png",
ctaUrl : "https://3doo.com",
account : '3doo',
subAccount : 'root',
nameOfTheGame : 'pong'
}
};
module.exports = clients;