Sha256: 4f5f06cf1cc1341bf14465196fcaa07cb5007c098179b4b4512521e87e25efd4
Contents?: true
Size: 368 Bytes
Versions: 20
Compression:
Stored size: 368 Bytes
Contents
# This file is for storing SENSITIVE settings. This file is # not tracked. # # Values here are accessible through a recursive `Private` # OpenStruct. For example, you can access "ABC123" using the # example below through Private.my_group.my_special_key # development: &default my_group: my_special_key: "ABC123" test: <<: *default production: <<: *default
Version data entries
20 entries across 20 versions & 2 rubygems