Sha256: 57614100d9b832ebde8713c7a44a1cb335ec858bfba2431542230ba050391a74
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
Rails.application.config.middleware.use OmniAuth::Builder do provider( :trello, ENV['TRELLO_KEY'], ENV['TRELLO_SECRET'], app_name: "test", scope: 'read,write,account', expiration: 'never', callback_path: '/oauth/trello_callback' ) end
Version data entries
7 entries across 7 versions & 1 rubygems