# Copy this file to application.yml and edit to suit.
#
# Consult application.default.yml for the full list of configuration
# settings.
#
# The order of precedence is:
# 1. config/environments/{RAILS_ENV}.rb (deprecated)
# 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
# 3. Section in application.yml called "common"
# 4. Section in application.default.yml corresponding to RAILS_ENV
# 5. Section in application.default.yml called "common"

development:
  # Mandatory site secrets. See application.default.yml for more info.
  secret_token: ~
  blob_signing_key: ~
  uuid_prefix: bogus
  workbench_address: https://localhost:3031

production:
  # Mandatory site secrets. See application.default.yml for more info.
  secret_token: ~
  blob_signing_key: ~
  uuid_prefix: bogus
  workbench_address: https://workbench.bogus.arvadosapi.com

test:
  # Tests should be able to run without further configuration, but if you do
  # want to change your local test configuration, this is where to do it.

common:
  # Settings in this section will be used in all environments
  # (development, production, test) except when overridden in the
  # environment-specific sections above.