-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Variables
FollowSteph edited this page Jul 26, 2020
·
13 revisions
These are the environment variables used for the development environment
| Environment Variable | Default | 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_ENDPOINT_URL | 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 | false | PLEASE CONFIRM Determines if the liquibase database script should be applied on server startup or if it needs to be done manually. False means that the liquibase update script will NOT be run automatically on server startup. |
| MODEL_ANALYZER_URL | ||
| MULTI_AGENT | ||
| NEW_RUN_DAILY_LIMIT | ||
| NEW_RUN_MONTHLY_LIMIT | ||
| NEW_RUN_NOTIFICATION_THRESHOLD | ||
| PATHMIND_DEV_MODE | ||
| PATHMIND_STRIPE_PROFESSIONAL_PLAN_ID | ||
| PATHMIND_STRIPE_PUBLIC_KEY | ||
| PATHMIND_STRIPE_SECRET_KEY | ||
| PATHMIND_DEV_MODE | ||
| PATHMIND_UPLOAD_FILE_LIMIT | ||
| PATHMIND_UPLOAD_REQUEST_LIMIT | ||
| PATHMIND_WEBCLIENT_MAX | ||
| RESCALE_URL | ||
| S3_BUCKET | ||
| SEGMENT_SERVER_KEY | ||
| SEGMENT_WEBSITE_KEY | ||
| SIMULATION_METRICS | ||
| SNS_UPDATER_SQS_FILTER_ATTR | ||
| SNS_UPDATER_TOPIC_ARN | ||
| SQS_UPDATER_URL | ||
| SQS_URL | ||
| WEBAPP_UPDATER_RATE_MSEC | ||
| WEBAPP_UPDATER_SQS_WAIT_SEC |