Skip to content

Commit

Permalink
Merge pull request #330 from intercom/dan_c/fix_config_typo
Browse files Browse the repository at this point in the history
fixes typo on config erb
  • Loading branch information
Daniel Carter authored Oct 8, 2020
2 parents 1ee1fc5 + 5276cd9 commit 11a9d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.
# 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

0 comments on commit 11a9d1a

Please sign in to comment.