Sha256: 1448e27481bc104120475888a5dc44333a2f6dfd4a7b54692b14ebc1368e9d10

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

Heartwood.configure do |config|

  # -------------------------------------------------- App Info

  # Heartwood uses these to set your root urls for
  # mailers and other fun stuff.
  #
  config.development_url = 'localhost:3000'
  config.production_url = 'example.com'

  # The title of your app is what Heartwood puts in the
  # browser tab by default.
  #
  config.app_title = 'Heartwood'

  # -------------------------------------------------- Caching

  # Heartwood's Pages come with action caching support. It is disabled by default.
  # Uncomment the setting below to enable action caching.
  #
  # NOTE: You must install the 'actionpack-action_caching' gem for this to work.
  #
  # config.cache_pages = true

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
heartwood-0.0.1 lib/generators/templates/config/initializers/heartwood.rb