Sha256: 0772a7e264e8e7b30751f80b857b57d7ac265aeb96088a38d1028bba9e496c85
Contents?: true
Size: 401 Bytes
Versions: 6
Compression:
Stored size: 401 Bytes
Contents
# Copy this file to config/settings_private.yml then input all your settings # here. This file is tracked by Git and is used as a starting point for # sensitive data. # # Values here are loaded into the PRIVATE constant. For example, below you can # access "ABC123" through PRIVATE['my_special_key'] # development: &default my_special_key: "ABC123" test: <<: *default production: <<: *default
Version data entries
6 entries across 6 versions & 1 rubygems