template/maestrano.rb in maestrano-connector-rails-1.3.4 vs template/maestrano.rb in maestrano-connector-rails-1.3.5

- old
+ new

@@ -1,8 +1,8 @@ +# frozen_string_literal: true %w(default maestrano-uat).each do |tenant| Maestrano[tenant].configure do |config| - # ==> Environment configuration # The environment to connect to. # If set to 'production' then all Single Sign-On (SSO) and API requests # will be made to maestrano.com # If set to 'test' then requests will be made to api-sandbox.maestrano.io @@ -138,11 +138,11 @@ 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!™ + # notified upon creation/update in Connec! config.webhook.connec.subscriptions = { accounts: false, company: false, employees: false, events: false, @@ -169,6 +169,6 @@ venues: false, warehouses: false, work_locations: false } end -end \ No newline at end of file +end