1 # Copy this file to application.yml and edit to suit.
3 # Consult application.default.yml for the full list of configuration
6 # The order of precedence is:
7 # 1. config/environments/{RAILS_ENV}.rb (deprecated)
8 # 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
9 # 3. Section in application.yml called "common"
10 # 4. Section in application.default.yml corresponding to RAILS_ENV
11 # 5. Section in application.default.yml called "common"
14 # At minimum, you need a nice long randomly generated secret_token here.
17 # You probably also want to point to your API server.
18 arvados_login_base: https://arvados.local:3030/login
19 arvados_v1_base: https://arvados.local:3030/arvados/v1
20 arvados_insecure_https: true
23 # At minimum, you need a nice long randomly generated secret_token here.
26 # You probably also want to point to your API server.
27 arvados_login_base: https://arvados.local:3030/login
28 arvados_v1_base: https://arvados.local:3030/arvados/v1
29 arvados_insecure_https: false