Skip to content

Commit da5f3df

Browse files
committed
add the aws urls to config
1 parent 5b9f176 commit da5f3df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compose/backend/neurosynth_compose/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ class Config:
4646
SECURITY_PASSWORD_HASH = "pbkdf2_sha512"
4747
SECURITY_PASSWORD_SALT = get_env_var("SECURITY_PASSWORD_SALT", "A_SECRET")
4848
NEUROVAULT_ACCESS_TOKEN = get_env_var("NEUROVAULT_ACCESS_TOKEN")
49+
COMPOSE_RUNNER_SUBMIT_URL = get_env_var("COMPOSE_RUNNER_SUBMIT_URL")
50+
COMPOSE_RUNNER_STATUS_URL = get_env_var("COMPOSE_RUNNER_STATUS_URL")
51+
COMPOSE_RUNNER_LOGS_URL = get_env_var("COMPOSE_RUNNER_LOGS_URL")
52+
COMPOSE_RUNNER_ARTIFACTS_URL = get_env_var("COMPOSE_RUNNER_ARTIFACTS_URL")
4953

5054

5155
class ProductionConfig(Config):

0 commit comments

Comments
 (0)