1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # Copy this file to application.yml and edit to suit.
7 # Consult application.default.yml for the full list of configuration
10 # The order of precedence is:
11 # 1. config/environments/{RAILS_ENV}.rb (deprecated)
12 # 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
13 # 3. Section in application.yml called "common"
14 # 4. Section in application.default.yml corresponding to RAILS_ENV
15 # 5. Section in application.default.yml called "common"
18 # At minimum, you need a nice long randomly generated secret_token here.
21 # You probably also want to point to your API server.
22 arvados_login_base: https://arvados.local:3030/login
23 arvados_v1_base: https://arvados.local:3030/arvados/v1
24 arvados_insecure_https: true
27 # At minimum, you need a nice long randomly generated secret_token here.
30 # You probably also want to point to your API server.
31 arvados_login_base: https://arvados.local:3030/login
32 arvados_v1_base: https://arvados.local:3030/arvados/v1
33 arvados_insecure_https: false