Sha256: 10631c06a85692799d43af1c4f80c18b996197645c308c47bbe44e2b4e3f1d12

Contents?: true

Size: 300 Bytes

Versions: 12

Compression:

Stored size: 300 Bytes

Contents

defaults: &defaults
  app_name: "<%= app_name %>"
  domain: "http://<%= app_name %>.dev"    
  facebook_app_id: 
  facebook_secret: 
  admin_emails: 
    - ""
  google_analytics_key: ""
  default_logo_url: "/logo.png"

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bootstrappers-0.2.0 templates/config_yml.erb
bootstrappers-0.1.0.1 templates/config_yml.erb
bootstrappers-0.1.0 templates/config_yml.erb
bootstrappers-0.0.9 templates/config_yml.erb
bootstrappers-0.0.8 templates/config_yml.erb
bootstrappers-0.0.7 templates/config_yml.erb
bootstrappers-0.0.6 templates/config_yml.erb
bootstrappers-0.0.5 templates/config_yml.erb
bootstrappers-0.0.4 templates/config_yml.erb
bootstrappers-0.0.3 templates/config_yml.erb
bootstrappers-0.0.2 templates/config_yml.erb
bootstrappers-0.0.1 templates/config_yml.erb