Skip to content

Instantly share code, notes, and snippets.

@benclarkk
Created October 14, 2019 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benclarkk/592a48fbad88c0722a632ffb619a7c5a to your computer and use it in GitHub Desktop.
Save benclarkk/592a48fbad88c0722a632ffb619a7c5a to your computer and use it in GitHub Desktop.
# The environment the app is running in, either production, staging or development
NODE_ENV=devlopment
# The JWT key used to encrypt/decrypt tokens used for user authentication
JWT_KEY=
# The base REST endpoint that is used to talk to @cryb/portals
PORTALS_API_URL=http://localhost:1337
# This should the same secure key in @cryb/portals/.env under 'API_KEY'
PORTALS_API_KEY=[[REDACTED]]
# This should the same secure key in @cryb/aperture/.env under 'APERTURE_WS_KEY'
APERTURE_WS_KEY=api-aperture-key
# The URI used for connecting to the MongoDB database
MONGO_URI=
# The URI used for connecting to the redis-ha sentinel instance
# If left blank or undefined, @cryb/api will automatically connect to redis://localhost:6379
REDIS_URI=
# The Discord Developer Application credentials.
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_CALLBACK_URL=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment