3112: add source_version to discovery document.
[arvados.git] / services / api / config / application.default.yml
1 # Do not use this file for site configuration. Create application.yml
2 # instead (see application.yml.example).
3
4 development:
5   force_ssl: false
6   cache_classes: false
7   whiny_nils: true
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
17   assets.debug: true
18   local_modified: <%= '-modified' if `git status -s` %>
19
20 production:
21   force_ssl: true
22   cache_classes: true
23   consider_all_requests_local: false
24   action_controller.perform_caching: true
25   serve_static_assets: false
26   assets.compress: true
27   assets.compile: false
28   assets.digest: true
29
30 test:
31   force_ssl: false
32   cache_classes: true
33   serve_static_assets: true
34   static_cache_control: public, max-age=3600
35   whiny_nils: true
36   consider_all_requests_local: true
37   action_controller.perform_caching: false
38   action_dispatch.show_exceptions: false
39   action_controller.allow_forgery_protection: false
40   action_mailer.delivery_method: :test
41   active_support.deprecation: :stderr
42   active_record.mass_assignment_sanitizer: :strict
43   uuid_prefix: zzzzz
44   secret_token: <%= rand(2**512).to_s(36) %>
45   blob_signing_key: zfhgfenhffzltr9dixws36j1yhksjoll2grmku38mi7yxd66h5j4q9w4jzanezacp8s6q0ro3hxakfye02152hncy6zml2ed0uc
46
47 common:
48   uuid_prefix: <%= Digest::MD5.hexdigest(`hostname`).to_i(16).to_s(36)[0..4] %>
49
50   # Git repositories must be readable by api server, or you won't be
51   # able to submit crunch jobs. To pass the test suites, put a clone
52   # of the arvados tree in {git_repositories_dir}/arvados.git or
53   # {git_repositories_dir}/arvados/.git
54   git_repositories_dir: /var/lib/arvados/git
55
56   # This is a (bare) repository that stores commits used in jobs.  When a job
57   # runs, the source commits are first fetched into this repository, then this
58   # repository is used to deploy to compute nodes.  This should NOT be a
59   # subdirectory of {git_repositiories_dir}.
60   git_internal_dir: /var/lib/arvados/internal.git
61
62   # :none or :slurm_immediate
63   crunch_job_wrapper: :none
64
65   # username, or false = do not set uid when running jobs.
66   crunch_job_user: crunch
67
68   # The web service must be able to create/write this file, and
69   # crunch-job must be able to stat() it.
70   crunch_refresh_trigger: /tmp/crunch_refresh_trigger
71
72   # Maximum number of log events that may be generated by a single job.
73   crunch_limit_log_events_per_job: 65536
74
75   # Maximum number of total bytes that may be logged by a single job.
76   crunch_limit_log_event_bytes_per_job: 67108864
77
78   # These two settings control how frequently log events are flushed
79   # to the database.  If a job generates two or more events within
80   # crunch_log_seconds_between_events, the log data is not flushed
81   # until crunch_log_bytes_per_event has been reached.
82   crunch_log_bytes_per_event: 4096
83   crunch_log_seconds_between_events: 1
84
85   # Path to /etc/dnsmasq.d, or false = do not update dnsmasq data.
86   dnsmasq_conf_dir: false
87
88   # Set to AMI id (ami-123456) to auto-start nodes. See app/models/node.rb
89   compute_node_ami: false
90   compute_node_ec2run_args: -g arvados-compute
91   compute_node_spot_bid: 0.11
92
93   compute_node_domain: false
94   compute_node_nameservers:
95     - 192.168.1.1
96   compute_node_ec2_tag_enable: false
97
98   # The version below is suitable for AWS.
99   # To use it, copy it to your application.yml, uncomment, and change <%# to <%=
100   # compute_node_nameservers: <%#
101   #   require 'net/http'
102   #   ['local', 'public'].collect do |iface|
103   #     Net::HTTP.get(URI("http://169.254.169.254/latest/meta-data/#{iface}-ipv4")).match(/^[\d\.]+$/)[0]
104   #   end << '172.16.0.23'
105   # %>
106
107   accept_api_token: {}
108
109   new_users_are_active: false
110   admin_notifier_email_from: arvados@example.com
111   email_subject_prefix: "[ARVADOS] "
112   user_notifier_email_from: arvados@example.com
113   new_user_notification_recipients: [ ]
114   new_inactive_user_notification_recipients: [ ]
115
116   # Visitors to the API server will be redirected to the workbench
117   workbench_address: https://workbench.local:3001/
118
119   # The e-mail address of the user you would like to become marked as an admin
120   # user on their first login.
121   # In the default configuration, authentication happens through the Arvados SSO
122   # server, which uses openid against Google's servers, so in that case this
123   # should be an address associated with a Google account.
124   auto_admin_user: false
125
126   ## Set Time.zone default to the specified zone and make Active
127   ## Record auto-convert to this zone.  Run "rake -D time" for a list
128   ## of tasks for finding time zone names. Default is UTC.
129   #time_zone: Central Time (US & Canada)
130
131   ## Default encoding used in templates for Ruby 1.9.
132   encoding: utf-8
133
134   # Enable the asset pipeline
135   assets.enabled: true
136
137   # Version of your assets, change this if you want to expire all your assets
138   assets.version: "1.0"
139
140   arvados_theme: default
141
142   # Default: do not advertise a websocket server.
143   websocket_address: false
144
145   # You can run the websocket server separately from the regular HTTP service
146   # by setting "ARVADOS_WEBSOCKETS=ws-only" in the environment before running
147   # the websocket server.  When you do this, you need to set the following
148   # configuration variable so that the primary server can give out the correct
149   # address of the dedicated websocket server:
150   #websocket_address: wss://127.0.0.1:3333/websocket
151
152   # blob_signing_key is a string of alphanumeric characters used to
153   # generate permission signatures for Keep locators. It must be
154   # identical to the permission key given to Keep. IMPORTANT: This is
155   # a site secret. It should be at least 50 characters.
156   blob_signing_key: ~
157
158   # Amount of time (in seconds) for which a blob permission signature
159   # remains valid.  Default: 2 weeks (1209600 seconds)
160   blob_signing_ttl: 1209600
161
162   # Allow clients to create collections by providing a manifest with
163   # unsigned data blob locators. IMPORTANT: This effectively disables
164   # access controls for data stored in Keep: a client who knows a hash
165   # can write a manifest that references the hash, pass it to
166   # collections.create (which will create a permission link), use
167   # collections.get to obtain a signature for that data locator, and
168   # use that signed locator to retrieve the data from Keep. Therefore,
169   # do not turn this on if your users expect to keep data private from
170   # one another!
171   permit_create_collection_with_unsigned_manifest: false
172
173   # secret_token is a string of alphanumeric characters used by Rails
174   # to sign session tokens. IMPORTANT: This is a site secret. It
175   # should be at least 50 characters.
176   secret_token: ~
177
178   # source_version
179   source_version: <%= `git log -n 1 --format=%H` %>
180   local_modified: false