r3-config/clients.js

30 lines
1.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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',
messageItemStart : 'VR Pong - Invite your friends to play!'
},
'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',
messageItemStart : '3doo VR Pong - Invite your friends to play!'
}
};
module.exports = clients;