Skip to content

Commit

Permalink
clarifies the usage of this config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carter committed Oct 8, 2020
1 parent 1265535 commit 5276cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails/generators/intercom/config/intercom.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# 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

0 comments on commit 5276cd9

Please sign in to comment.