Skip to content

Environment Variables

FollowSteph edited this page Jul 26, 2020 · 13 revisions

Environment Variables (alphabetical order)

These are the environment variables used for the development environment

Environment Variable Description
AWS_ACCESS_KEY_ID Individual developer AWS access keys (provided by Dae)
AWS_DEFAULT_REGION Individual developer AWS default region (provided by Dae)
AWS_SECRET_ACCESS_KEY Individual developer AWS secret access key (provided by Dae)
DB_URL Your local environment's database URL (which points to the postgresql Pathmind database
JOB_MOCK_CYCLE Required when using the mock backend server. More details here. Should be set to 10. If set, the webapp will trigger the actual deployment of downstream training services but will rely on Mocked data.
JOB_MOCK_CYCLE itself sets the frequency in seconds, in which the Mock server produces a new chunk of pre-recorded training data.
Mock server is available on dev and test environments
MIGRATE_DB
MODEL_ANALYZER_URL
NEW_RUN_DAILY_LIMIT
NEW_RUN_MONTHLY_LIMIT
NEW_RUN_NOTIFICATION_THRESHOLD
PATHMIND_DEV_MODE
S3_BUCKET
SNS_UPDATER_SQS_FILTER_ATTR
SNS_UPDATER_TOPIC_ARN
SQS_UPDATER_URL
SQS_URL
WEBAPP_UPDATER_RATE_MSEC
WEBAPP_UPDATER_SQS_WAIT_SEC

Clone this wiki locally