Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / config / application.yml.example
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Copy this file to application.yml and edit to suit.
6 #
7 # Consult application.default.yml for the full list of configuration
8 # settings.
9 #
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"
16
17 development:
18   # At minimum, you need a nice long randomly generated secret_token here.
19   secret_token: ~
20
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
25
26 production:
27   # At minimum, you need a nice long randomly generated secret_token here.
28   secret_token: ~
29
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