ensl_gathers/.env.example
Absurdon 79be2b8155 docker+upgrade
* 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
2020-10-11 19:49:26 +02:00

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