21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-21 01:48:39 +02:00
chexpire/config/chexpire.example.yml

13 lines
286 B
YAML
Raw Normal View History

default: &default
mailer_default_from: "from@example.org"
2018-06-04 14:06:37 +02:00
notifier:
interval: 0.00
failure_days: 3
development:
<<: *default
host: "chexpire.local"
# test configuration included in file used by CI services
<%= IO.read Rails.root.join("config", "chexpire.test.yml") %>