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"
16 # At minimum, you need a nice long randomly generated secret_token here.
21 # This is suitable for AWS; see common section below for a static example.
23 #compute_node_nameservers: <%#
25 ['local', 'public'].collect do |iface|
26 Net::HTTP.get(URI("http://169.254.169.254/latest/meta-data/#{iface}-ipv4")).match(/^[\d\.]+$/)[0]
32 secret_token: <%= rand(2**512).to_s(36) %>
36 # Git repositories must be readable by api server, or you won't be
37 # able to submit crunch jobs. To pass the test suites, put a clone
38 # of the arvados tree in {git_repositories_dir}/arvados.git or
39 # {git_repositories_dir}/arvados/.git
41 #git_repositories_dir: /var/cache/git