rosa-build/config/google.yml

23 lines
455 B
YAML
Raw Normal View History

2011-03-09 13:13:36 +00:00
# Html5BoilerplateHelper 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