Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@amerryma
Created October 13, 2017 21:56
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 amerryma/804f97012fdcd4d5ca396dd47ef79043 to your computer and use it in GitHub Desktop.
Save amerryma/804f97012fdcd4d5ca396dd47ef79043 to your computer and use it in GitHub Desktop.
All Environments

Environment Variables

Common .env.example

# common
MASTER_KEY=masterKey #optional
JWT_SECRET=jwtSecret #required
DEBUG=false #required
PROGRAM_NAME=fathom-common #required

Auth .env.example

# common
MASTER_KEY=masterKey
JWT_SECRET=jwtSecret
DEBUG=true
PROGRAM_NAME=fathom-auth

LRS .env.example

# common
JWT_SECRET=jwtSecret
PROGRAM_NAME=fathom-lrs
DEBUG=true

# lrs
LRS_HOST=https://test-lrs.fathomed.com:443
LRS_USERNAME=lrsUsername
LRS_PASSWORD=lrsPassword

LMS .env.example

# common
MASTER_KEY=masterKey
JWT_SECRET=jwtSecret
PROGRAM_NAME=fathom-lms
DEBUG=true

# LMS
AWS_ACCESS_KEY_ID=accessKey
AWS_SECRET_ACCESS_KEY=secretKey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment