1 # Do not use this file for site configuration. Create application.yml
2 # instead (see application.yml.example).
8 consider_all_requests_local: true
9 action_controller.perform_caching: false
10 action_mailer.raise_delivery_errors: false
11 action_mailer.perform_deliveries: false
12 active_support.deprecation: :log
13 action_dispatch.best_standards_support: :builtin
14 active_record.mass_assignment_sanitizer: :strict
15 active_record.auto_explain_threshold_in_seconds: 0.5
16 assets.compress: false
22 consider_all_requests_local: false
23 action_controller.perform_caching: true
24 serve_static_assets: false
32 serve_static_assets: true
33 static_cache_control: public, max-age=3600
35 consider_all_requests_local: true
36 action_controller.perform_caching: false
37 action_dispatch.show_exceptions: false
38 action_controller.allow_forgery_protection: false
39 action_mailer.delivery_method: :test
40 active_support.deprecation: :stderr
41 active_record.mass_assignment_sanitizer: :strict
46 uuid_prefix: <%= Digest::MD5.hexdigest(`hostname`).to_i(16).to_s(36)[0..4] %>
48 git_repositories_dir: /var/cache/git
50 # :none or :slurm_immediate
51 crunch_job_wrapper: :none
53 # username, or false = do not set uid when running jobs.
54 crunch_job_user: crunch
56 # The web service must be able to create/write this file, and
57 # crunch-job must be able to stat() it.
58 crunch_refresh_trigger: /tmp/crunch_refresh_trigger
60 # Path to /etc/dnsmasq.d, or false = do not update dnsmasq data.
61 dnsmasq_conf_dir: false
63 # Set to AMI id (ami-123456) to auto-start nodes. See app/models/node.rb
64 compute_node_ami: false
65 compute_node_ec2run_args: -g arvados-compute
66 compute_node_spot_bid: 0.11
68 compute_node_domain: false
69 compute_node_nameservers:
71 compute_node_ec2_tag_enable: false
75 new_users_are_active: false
76 admin_notifier_email_from: arvados@example.com
77 email_subject_prefix: "[ARVADOS] "
79 # Visitors to the API server will be redirected to the workbench
80 workbench_address: https://workbench.local:3001/
82 # The e-mail address of the user you would like to become marked as an admin
83 # user on their first login.
84 # In the default configuration, authentication happens through the Arvados SSO
85 # server, which uses openid against Google's servers, so in that case this
86 # should be an address associated with a Google account.
87 auto_admin_user: false
89 ## Set Time.zone default to the specified zone and make Active
90 ## Record auto-convert to this zone. Run "rake -D time" for a list
91 ## of tasks for finding time zone names. Default is UTC.
92 #time_zone: Central Time (US & Canada)
94 ## Default encoding used in templates for Ruby 1.9.
97 # Enable the asset pipeline
100 # Version of your assets, change this if you want to expire all your assets
101 assets.version: "1.0"