Skip to content

Commit 11a9d1a

Browse files
author
Daniel Carter
authored
Merge pull request #330 from intercom/dan_c/fix_config_typo
fixes typo on config erb
2 parents 1ee1fc5 + 5276cd9 commit 11a9d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rails/generators/intercom/config/intercom.rb.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ IntercomRails.config do |config|
128128
# If you'd like to hide default launcher button uncomment this line
129129
# config.hide_default_launcher = true
130130
#
131-
# 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.
132-
# config.api_base = https://{app_id}.intercom-messenger.com
131+
# 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.
132+
# config.api_base = "https://#{config.app_id}.intercom-messenger.com"
133133
#
134134
end

0 commit comments

Comments
 (0)