template/maestrano.rb in maestrano-connector-rails-0.4.4 vs template/maestrano.rb in maestrano-connector-rails-1.0.0
- old
+ new
@@ -22,10 +22,11 @@
# via your cloud partner dashboard.
# For testing you can retrieve/generate an api.id and api.key from the API Sandbox directly
# on http://api-sandbox.maestrano.io
#
config.api.host = Settings[tenant][:api_host]
+ config.connec.host = Settings[tenant][:connec_host]
config.api.id = ENV[Settings[tenant][:api_id]]
config.api.key = ENV[Settings[tenant][:api_key]]
config.sso.x509_certificate = Settings[tenant][:x509_certificate]
config.sso.x509_fingerprint = Settings[tenant][:x509_fingerprint]
@@ -127,10 +128,10 @@
#
config.webhook.account.groups_path = Settings[tenant][:webhook][:account][:groups_path]
config.webhook.account.group_users_path = Settings[tenant][:webhook][:account][:group_users_path]
config.webhook.connec.notifications_path = Settings[tenant][:webhook][:connec][:notifications_path]
-
+ config.webhook.connec.external_ids = true
#
# == Subscriptions
# This is the list of entities (organizations,people,invoices etc.) for which you want to be
# notified upon creation/update in Connec!™
config.webhook.connec.subscriptions = {
\ No newline at end of file