-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration
Dillon Bussert edited this page Jul 1, 2015
·
13 revisions
-
MONGOLAB_URI
- The url to the mongo DB instance. -
NEW_RELIC_LICENSE_KEY
- The license key for New Relic. Not required. -
NODE_ENV
- The environment. (default ="production"
) -
PORT
- The port to listen on. (default =5000
) -
SECRET
- The secret to use for encryption. (default =foobarbaz
) -
SESSIONLENGTH
- The session length in milliseconds. (default =3600000
) -
OPENFDA_KEY
- The OpenFDA API key. Not required.
- Click on 'Personal Apps' in the left hand menu
- Click on your application (ex. 'total-briecall-example')
- Click the 'Settings' menu link at the top
- Scroll to the 'Config Variables' section
- Click on the 'Reveal Config Vars' button
- Click the 'Edit' button
- Add/modify configuration variables per the configuration