Sha256: 8bbd0786203c2fe3b9c3082f54f6d7250d23b8d2ec97ebaee67f6f8964367f63
Contents?: true
Size: 475 Bytes
Versions: 5
Compression:
Stored size: 475 Bytes
Contents
defaults: &defaults google_analytics: account_id: <%= options[:account_id] || '1234567' %> profile_id: <%= options[:profile_id] || '12345678' %> web_property_id: <%= options[:web_property_id] || 'UA-XXXXXXX-1' %> google: email: <%= options[:email] || 'YOUREMAIL@developer.gserviceaccount.com' %> private_key_path: '<%%= Rails.root.join("config", "google.p12").to_s %>' development: <<: *defaults test: <<: *defaults production: <<: *defaults
Version data entries
5 entries across 5 versions & 1 rubygems