diff --git a/lib/rails/generators/intercom/config/intercom.rb.erb b/lib/rails/generators/intercom/config/intercom.rb.erb index b476920..cb9a3ff 100644 --- a/lib/rails/generators/intercom/config/intercom.rb.erb +++ b/lib/rails/generators/intercom/config/intercom.rb.erb @@ -128,7 +128,7 @@ IntercomRails.config do |config| # If you'd like to hide default launcher button uncomment this line # config.hide_default_launcher = true # - # If you need to route your Messenger requests through a different endpoint than the default, replace the below with your app id, and uncomment below line. Generally speaking, this is not needed. - # config.api_base = https://{app_id}.intercom-messenger.com + # If you need to route your Messenger requests through a different endpoint than the default, uncomment the below line. Generally speaking, this is not needed. + # config.api_base = "https://#{config.app_id}.intercom-messenger.com" # end