X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/224f384d411bb1b4cccc7165c55bb64fd5c695ad..2bef371e8429430942193fff02599ec51c081e70:/apps/workbench/config/load_config.rb diff --git a/apps/workbench/config/load_config.rb b/apps/workbench/config/load_config.rb index 95f6edc952..441a437e21 100644 --- a/apps/workbench/config/load_config.rb +++ b/apps/workbench/config/load_config.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # This file must be loaded _after_ secret_token.rb if secret_token is # defined there instead of in config/application.yml. @@ -50,6 +54,17 @@ The following configuration settings must be specified in config/application.yml: * #{nils.join "\n* "} +EOS + end + # Refuse to start if keep-web isn't configured + if not (config.keep_web_url or config.keep_web_download_url) + raise <