Fill in the journal with all your transactions. Look at the dashboard to get a summary: debit, credit.
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
- Clearance emails
config.action_mailer.default_url_options = { host: 'localhost:3000' }