Sha256: 1e5b916cd4bf10a7e0910e2bf6452123dab9c1464f6d09caf527f2d4771b3929

Contents?: true

Size: 519 Bytes

Versions: 5

Compression:

Stored size: 519 Bytes

Contents

defaults:
  default_foo: "default foo"
  overriden_foo: "not yet overriden foo"
  erb_foo: "<%= ENV['ERB_FOO'] %>"
  foo_password: :env
development:
  nil_foo: ~
  false_foo: false
  true_foo: true
  string_foo: "foo"
  overriden_foo: "already overriden foo"
  hash_foo:
    foo_1: "hello 1"
    foo_2: "hello 2"
    foo_key: :env
test:
  nil_foo: ~
  false_foo: false
  true_foo: true
  string_foo: "foo"
  overriden_foo: "already overriden foo"
  hash_foo:
    foo_1: "hello 1"
    foo_2: "hello 2"
    foo_key: :env

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
a9n-0.10.0 test_app/config/a9n.yml
a9n-0.9.1 test_app/config/a9n.yml
a9n-0.9.0 test_app/config/a9n.yml
a9n-0.8.3 test_app/config/a9n.yml
a9n-0.8.2 test_app/config/a9n.yml