Go to file
Theunis J. Botha 8eac30aa7e cron api user 2017-04-03 14:49:10 +02:00
nginx cron config 2017-03-30 17:32:42 +02:00
.gitignore bash stuff 2017-02-09 09:52:38 +01:00
README.md server configuration updated 2016-11-08 12:34:17 +01:00
bash_aliases cron config 2017-03-30 17:32:42 +02:00
bash_history cron api user 2017-04-03 14:49:10 +02:00
bashrc updated logo 2017-02-09 21:38:08 +01:00
build_latest stuff 2017-03-28 13:55:30 +02:00
clients.js one config 2017-03-22 12:05:57 +01:00
config.js cron config 2017-03-30 17:32:42 +02: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
hosts cron config 2017-03-30 17:32:42 +02: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 app configuration 2017-03-20 14:39:22 +01:00
package.json server configuration updated 2016-11-08 12:34:17 +01:00
progress_dot_on.png bash stuff 2017-02-09 09:52:38 +01:00
progress_dot_on16.png bash stuff 2017-02-09 09:52:38 +01:00
restart pm2 control scripts 2017-01-24 10:20:08 +00:00
secure.js cron api user 2017-04-03 14:49:10 +02:00
start cron config 2017-03-30 17:32:42 +02:00
start_api app configuration 2017-03-20 14:39:22 +01:00
start_app app configuration 2017-03-20 14:39:22 +01:00
start_cron cron api user 2017-04-03 14:49:10 +02:00
start_editor api v1 config 2017-03-27 11:53:15 +02:00
start_gate app configuration 2017-03-20 14:39:22 +01:00
start_mail config changes 2017-03-21 15:15:29 +01:00
start_pong api v1 config 2017-03-27 11:53:15 +02:00
start_port app configuration 2017-03-20 14:39:22 +01:00
start_racing config updates 2017-01-26 18:49:30 +01:00
start_tools config updates 2017-01-26 18:49:30 +01:00
stop pm2 control scripts 2017-01-24 10:20:08 +00:00
ubuntu_logo.png updated logo 2017-02-09 21:38:08 +01:00
ubuntu_logo16.png stuff 2017-02-14 09:49:10 +01:00
vimrc.local bash stuff 2017-02-09 09:52:38 +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.