Sha256: ff78dbc38c38f229fcaae5204f5ab4ddeb44f04e552c908d6b824d13cbe2241e
Contents?: true
Size: 450 Bytes
Versions: 17
Compression:
Stored size: 450 Bytes
Contents
# survivalkitHelper will first check your ENV and # then this yml file for these values. If they are both # empty, the google code block will not be used. # # e.g. ENV['GOOGLE_ACCOUNT_ID'] || yml[:google_account_id] # e.g. ENV['GOOGLE_API_KEY'] || yml[:google_api_key] # defaults: &defaults :google_account_id: '' :google_api_key: '' :development: <<: *defaults :test: <<: *defaults :staging: <<: *defaults :production: <<: *defaults
Version data entries
17 entries across 17 versions & 1 rubygems