defaults: &defaults livereload: true dalli: false debug: false logging: true serve_static: false app_title: Your app title here google_analytics: UA-XXX-XXX notifications: sender: service@example.com recipients: - you@example.com - me@example.com - him@example.com sprockets: digest: true assets_prefix: /assets precompile: - app.js - vendor.js - vendor.css - style.css paths: js: javascripts css: stylesheets images: images templates: templates fonts: stylesheets/fonts static: - images - fonts hull: clientId: <%=ENV['CLIENT_ID']%> appId: <%=ENV['APP_ID']%> appSecret: <%=ENV['APP_SECRET']%> development: <<: *defaults debug: true test: <<: *defaults production: <<: *defaults livereload: false google_analytics: <%=ENV['GA_CODE']%> notifications: sender: <%=ENV['NOTIFICATIONS_SENDER']%> recipients: - you@example.com - me@example.com - him@example.com