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

Version Path
survivalkit-1.0.beta.8 templates/project/files/google.yml
survivalkit-1.0.beta.7 templates/project/files/google.yml
survivalkit-1.0.beta.6 templates/project/files/google.yml
survivalkit-1.0.beta.5 templates/project/files/google.yml
survivalkit-1.0.beta.4 templates/project/files/google.yml
survivalkit-1.0.beta.3 templates/project/files/google.yml
survivalkit-1.0.beta.2 templates/project/files/google.yml
survivalkit-1.0.beta.1 templates/project/files/google.yml
survivalkit-0.3.4 templates/project/files/google.yml
survivalkit-0.3.3 templates/project/files/google.yml
survivalkit-0.3.2 templates/project/files/google.yml
survivalkit-0.3.1 templates/project/files/google.yml
survivalkit-0.3 templates/project/files/google.yml
survivalkit-0.2.1 templates/project/files/google.yml
survivalkit-0.2.0 templates/project/files/google.yml
survivalkit-0.1.1 templates/project/files/google.yml
survivalkit-0.1 templates/project/files/google.yml