mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-14 00:40:50 +00:00
79be2b8155
* Updated dependencies - React update needed transformation of React.createClass to ES2015 classes - removed some deprecations/deprecated packages - added mulitple @types Dependencies to devDependencies for IDE code completion support * added Docker related files - Dockerfile with build container - docker-compose.yml with mongodb and app
12 lines
295 B
Text
12 lines
295 B
Text
NODE_PORT=8080
|
|
RAILS_SECRET=secret
|
|
NEW_RELIC_LICENSE_KEY=secret
|
|
GATHER_STEAM_ACCOUNT=gatherbot
|
|
GATHER_STEAM_PASSWORD=secret
|
|
GATHER_DISCORD_HOOK_ID=someid
|
|
GATHER_DISCORD_HOOK_TOKEN=secret
|
|
NODE_ENV=production
|
|
|
|
MONGODB_USERNAME=ensl_gather
|
|
MONGODB_PASSWORD=supersecret
|
|
MONGODB_DATABASE=ensl_gather
|