Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 227 Bytes

File metadata and controls

8 lines (5 loc) · 227 Bytes

README

Setup

You must set your Drip API Key and API secret as environment variables. To do this using the .env gem (included), write the following to a file at RAILS_ROOT/.env:

DRIP_KEY="xxx"
DRIP_SECRET="yyy"