diff --git a/config/initializers/locomotive.rb b/config/initializers/locomotive.rb index e262e9af..ffa8eb5d 100644 --- a/config/initializers/locomotive.rb +++ b/config/initializers/locomotive.rb @@ -7,16 +7,16 @@ Locomotive.configure do |config| # your own domain name (ex: locomotivehosting.com). # # Ex: - config.multi_sites do |multi_sites| - # each new website you add will have a default entry based on a subdomain - # and the multi_site_domain value (ex: website_1.locomotivehosting.com). - multi_sites.domain = 'example.com' #'myhostingplatform.com' - - # define the reserved subdomains - # Ex: - multi_sites.reserved_subdomains = %w(www admin email blog webmail mail support help site sites) - end - # config.multi_sites = false + # config.multi_sites do |multi_sites| + # # each new website you add will have a default entry based on a subdomain + # # and the multi_site_domain value (ex: website_1.locomotivehosting.com). + # multi_sites.domain = 'example.com' #'myhostingplatform.com' + # + # # define the reserved subdomains + # # Ex: + # multi_sites.reserved_subdomains = %w(www admin email blog webmail mail support help site sites) + # end + config.multi_sites = false # configure the hosting target for the production environment. Locomotive can be installed in: # - your own server