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 Required Defaulted Description
AWS_ACCESS_KEY_ID true false Individual developer AWS access keys (provided by Dae)
AWS_DEFAULT_REGION true false Individual developer AWS default region (provided by Dae)
AWS_ENDPOINT_URL true false Individual developer AWS default region (provided by Dae)
AWS_SECRET_ACCESS_KEY true false Individual developer AWS secret access key (provided by Dae)
DB_URL true false Your local environment's database URL (which points to the postgresql Pathmind database. Most like in the format of: jdbc:postgresql://localhost/PATHMIND?user=[username]&password=[password]
JOB_MOCK_CYCLE false false 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 true #f03c15 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 true true #f03c15 PLEASE CONFIRM It is currently defaulted to https://ma.devpathmind.com/
MULTI_AGENT false true Determines if we run the training with multi-agents or not. It is currently defaulted to false.
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

Clone this wiki locally