Sha256: bebc7f8f2a24b149d0ae3aa97c6334a9db00c34dda64fb47e06cf93014bad9aa

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

development:
  some_service:
    host: localhost

production:
  some_service:
    host: some_service.production.com

flexible:
  foo: <%= ENV['FOO'] %>
  var_with_default_not_in_env: <%= ENV['SOME_VAR_NOT_IN_ENV'] || 'default_value' %>
  var_with_default_in_env: <%= ENV['FOO'] || 'default_value' %>

invalid:
  empty_value: ''
  nested_field:
    nested_empty_value: ''
    nested_empty_value2: ''
    nested_non_empty_value: 'non-empty'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
conf_loader-2.2.0 spec/fixtures/simple.yml
conf_loader-2.1.0 spec/fixtures/simple.yml