Sha256: 9331890e3bed2846c1bcb894908adeee5960657f17d6516dfb8fbe5cf0aa2266
Contents?: true
Size: 548 Bytes
Versions: 35
Compression:
Stored size: 548 Bytes
Contents
# OMC: # # require 'infopark_crm_connector' # # Infopark::Crm.configure do |config| # config.url = "http://<crm-domain>:<port>" # config.login = 'webservice' # config.api_key = '<password>' # # config.live_server_groups_callback = lambda {|contact| # # case contact.account.name # # when "My Company" # # %w(internal) # # else # # [] # # end # # } # end # # Re-captcha public/private key pair (used for creating a new user) # You can get those by signing up at http://recaptcha.net/ # RCC_PUB="" # RCC_PRIV=""
Version data entries
35 entries across 35 versions & 1 rubygems