Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 679 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 679 Bytes

Classy Offline Donations

Overview

TODO

Recommended Platforms and Dependencies

TODO

Install and Run

TODO

Configuration

The following environment variables need set on your server, PaaS, etc.

  • CLASSY_CLIENT_ID =
  • CLASSY_CLIENT_SECRET =
  • CLASSY_ORG_ID =
  • DATABASE_URL = postgres JDBC URL (ex: postgres://USERNAME:PASSSWORD@HOST:PORT/NAME)
  • DOMAIN = this install's domain (ex: classy.your.org)
  • ORG_NAME = your organization name
  • DEFAULT_FROM_EMAIL = email address (used for outgoing notifications)
  • EMAIL_HOST = host (ex: smtp.sendgrid.net)
  • EMAIL_PORT = port (ex: 587)
  • EMAIL_HOST_USER = username
  • EMAIL_HOST_PASSWORD = password