Sha256: 04c44b11599e1cafb0784f7b7784b0013a379bc46583e2336bed07c4e003070b

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

Cambium.configure do |config|

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

  # Cambium 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 Cambium puts in the
  # browser tab by default.
  #
  config.app_title = 'Cambium'

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

  # Cambium'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

2 entries across 2 versions & 1 rubygems

Version Path
cambium-1.3.2 lib/generators/templates/config/initializers/cambium.rb
cambium-1.3.1 lib/generators/templates/config/initializers/cambium.rb