Sha256: fd3654ec8e010c6ba3b02ca53f9f65ca449231df48f0b1fd46d1c1aec92a844c
Contents?: true
Size: 318 Bytes
Versions: 20
Compression:
Stored size: 318 Bytes
Contents
# # This file is for storing NON-SENSITIVE settings. # # Values here are accessible through a recursive `Settings` # OpenStruct. For example, you can access "ABC123" using the # example below through Setting.say.hello # development: &default say: hello: "Hello" test: <<: *default production: <<: *default
Version data entries
20 entries across 20 versions & 2 rubygems