We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9f176 commit da5f3dfCopy full SHA for da5f3df
compose/backend/neurosynth_compose/config.py
@@ -46,6 +46,10 @@ class Config:
46
SECURITY_PASSWORD_HASH = "pbkdf2_sha512"
47
SECURITY_PASSWORD_SALT = get_env_var("SECURITY_PASSWORD_SALT", "A_SECRET")
48
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")
53
54
55
class ProductionConfig(Config):
0 commit comments