X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6d7788c4e6b1d3da88833329b326fd7a3891503..0eb72b526bf8bbb011551ecf019f604e17a534f1:/apps/workbench/config/application.yml.example diff --git a/apps/workbench/config/application.yml.example b/apps/workbench/config/application.yml.example index f617af35ce..75edb8789d 100644 --- a/apps/workbench/config/application.yml.example +++ b/apps/workbench/config/application.yml.example @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Copy this file to application.yml and edit to suit. # # Consult application.default.yml for the full list of configuration @@ -15,6 +19,15 @@ development: secret_token: ~ # You probably also want to point to your API server. - arvados_login_base: https://arvados.local:3000/login - arvados_v1_base: https://arvados.local:3000/arvados/v1 + arvados_login_base: https://arvados.local:3030/login + arvados_v1_base: https://arvados.local:3030/arvados/v1 arvados_insecure_https: true + +production: + # At minimum, you need a nice long randomly generated secret_token here. + secret_token: ~ + + # You probably also want to point to your API server. + arvados_login_base: https://arvados.local:3030/login + arvados_v1_base: https://arvados.local:3030/arvados/v1 + arvados_insecure_https: false