Go to file
-=yb4f310 305bea7d9d stuff 2018-02-20 20:14:45 +01:00
nginx stuff 2018-02-20 20:14:45 +01:00
.gitignore git ignore 2017-04-09 11:08:04 +02:00
README.md server configuration updated 2016-11-08 12:34:17 +01:00
bash_aliases stuff 2017-10-02 12:02:07 +02:00
bash_history stuff 2018-02-20 20:14:45 +01:00
bashrc updated logo 2017-02-09 21:38:08 +01:00
build_latest general encrypted 2017-04-03 19:00:56 +02:00
checkout_all temp ocmmit 2017-05-09 17:27:31 +02:00
clients.js general encrypted 2017-04-03 19:00:56 +02:00
config.js preview url 2017-12-11 13:58:25 +01:00
connection.js app configuration 2017-03-20 14:39:22 +01:00
delete update to start scripts 2017-01-24 13:16:46 +01:00
dump checkout all 2017-05-09 17:07:55 +02:00
general.encrypted aa 2017-07-06 13:08:20 +02:00
hosts custom code path 2017-11-05 09:37:02 +01:00
inputrc inputrc 2017-03-23 09:37:30 +01:00
logs pm2 control scripts 2017-01-24 10:20:08 +00:00
model.js cybafeloi update 2017-05-09 17:34:22 +02:00
package.json general encrypted 2017-04-03 19:00:56 +02:00
progress-dot-on.png git ignore 2017-04-09 11:08:04 +02:00
restart pm2 control scripts 2017-01-24 10:20:08 +00:00
secure.js custom code path 2017-11-05 09:37:02 +01:00
start history 2017-05-11 04:49:24 +02:00
start_api stuff 2017-10-02 12:02:07 +02:00
start_api-v1.6 cybafeloi update 2017-05-09 17:34:22 +02:00
start_app stuff 2017-10-02 12:02:07 +02:00
start_cron stuff 2017-10-02 12:02:07 +02:00
start_editor stuff 2017-10-02 12:02:07 +02:00
start_gate stuff 2017-10-02 12:02:07 +02:00
start_mail general encrypted 2017-04-03 19:00:56 +02:00
start_pong stuff 2017-10-02 12:02:07 +02:00
start_port stuff 2017-10-02 12:02:07 +02:00
start_racing stuff 2017-10-02 12:02:07 +02:00
start_tools stuff 2017-10-02 12:02:07 +02:00
status_all dump and track all 2017-04-09 12:30:18 +02:00
stop pm2 control scripts 2017-01-24 10:20:08 +00:00
track_all dump and track all 2017-04-09 12:30:18 +02:00
ubuntu-logo.png stuff 2018-02-20 20:14:45 +01:00
update_all dump and track all 2017-04-09 12:30:18 +02:00
vimrc.local custom code path 2017-11-05 09:37:02 +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.