You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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