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 # Mandatory site configuration. See application.default.yml and
19 # http://http://doc.arvados.org/install/install-api-server.html#configure_application
20 # for more information.
29 #git_repositories_dir: ~
33 # Separate settings for development configuration.
42 #git_repositories_dir: ~
46 # Tests should be able to run without further configuration, but if you do
47 # want to change your local test configuration, this is where to do it.
50 # Settings in this section will be used in all environments
51 # (development, production, test) except when overridden in the
52 # environment-specific sections above.