Sha256: 63aa53a3e69f8d9fb196a6d251e9acb4e2060c10696cc11f7d25d82af629d76e

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

# Edit this YAML file to add configuration values to your application.
#
# Variables may be accessed as follows:
#   CONFIG[:foo]
#   => "bar" 
#
# You can remove the "foo" key, it's just for illustration and to make a valid YAML file

common: &common
  foo: bar
  
development:
  <<: *common
  
test:
  <<: *common
  
production:
  <<: *common

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yaml_conf-0.1.2 lib/generators/yaml_conf/install/templates/config.yml
yaml_conf-0.1.1 lib/generators/yaml_conf/install/templates/config.yml
yaml_conf-0.1.0 lib/generators/yaml_conf/install/templates/config.yml
yaml_conf-0.0.1 lib/generators/yaml_conf/install/templates/config.yml