config/initializers/locomotive.rb in locomotive_cms-0.0.4.beta10 vs config/initializers/locomotive.rb in locomotive_cms-0.0.4.beta11

- old
+ new

@@ -6,9 +6,11 @@ # config.default_domain = Rails.env.production? ? 'mydomain.com' : 'example.com' # # If you use locomotive for a single site in Heroku, use "heroku.com" as default domain name. # Your heroku app name (<app_name>.heroku.name) will be used as the sub domain name in Locomotive # during the installation wizzard. + # Ex: + # config.default_domain = Rails.env.production? ? 'heroku.com' : 'example.com' config.default_domain = 'example.com' # configure how many items we display in sub menu in the "Contents" section. config.lastest_items_nb = 5