Go to file
cybafelo f61ed45256 pong config 2017-01-20 14:33:31 +00:00
3d-editor.conf fixed configs 2016-11-08 18:30:09 +01:00
3d-racing.conf config updates 2016-12-19 15:47:17 +00:00
README.md server configuration updated 2016-11-08 12:34:17 +01:00
api-runtime.conf server configuration updated 2016-11-08 12:34:17 +01:00
api.conf starting statistics setup 2016-11-08 13:22:18 +01:00
api16.conf starting statistics setup 2016-11-08 13:22:18 +01:00
app.conf fixed configs 2016-11-08 18:30:09 +01:00
config.js pong config 2017-01-20 14:33:31 +00:00
gate.conf starting statistics setup 2016-11-08 13:22:18 +01:00
package.json server configuration updated 2016-11-08 12:34:17 +01:00
pong.conf pong config 2017-01-20 14:33:31 +00:00
port.conf starting statistics setup 2016-11-08 13:22:18 +01:00
secure.js port available client side too 2017-01-16 08:19:07 +00:00
tools.conf starting statistics setup 2016-11-08 13:22:18 +01:00

README.md

#Configuration Package for Gamewheel This is a central repository which aims to be a replacement for all configuration packages.

Every configuration lies in a different branch.

Each branch corresponds to a server configuration, ex. tj-dev is for TJ's dev machine.

gw-3d should be deployed on the gw-3d server

if we have a gw-3d-beta server, this branch would be called gw-3d-beta

and so on.

Secure (Sensitive configuration options) go into secure.js.

public configuration options go into config.js.

config.js is linked to from every other package via symbolic link.

When config.js is required server side, it is automatically merged with secure.js in order to produce a global server side configuration, whilst only exposing config.js public to client side.