Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 526 Bytes

JournalAdministration

Fill in the journal with all your transactions. Look at the dashboard to get a summary: debit, credit.

Configuration

To setup a whitelist of urls, define ENV["HOSTS"] as a comma seperated list. Sending emails uses the ENV["DEFAULT_HOST"] variable For example, in a .env file:

  HOSTS=foo.example.com, foo.example.test
  DEFAULT_HOST=foo.example.com

Things todo when going to production

  1. Clearance emails config.action_mailer.default_url_options = { host: 'localhost:3000' }