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

25 lines
493 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
checks:
interval: 0.5
long_term: 60
long_term_frequency: 10
development:
<<: *default
host: "chexpire.local"
2018-06-05 20:09:00 +02:00
production:
action_mailer_config:
delivery_method: :sendmail
staging:
action_mailer_config:
delivery_method: :sendmail
# test configuration included in file used by CI services
<%= IO.read Rails.root.join("config", "chexpire.test.yml") %>