21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-04 17:55:11 +02:00
chexpire/config/chexpire.example.yml
2018-06-05 15:24:44 +02:00

17 lines
360 B
YAML

default: &default
mailer_default_from: "from@example.org"
notifier:
interval: 0.00
failure_days: 3
checks:
interval: 0.5
long_term: 60
long_term_frequency: 10
development:
<<: *default
host: "chexpire.local"
# test configuration included in file used by CI services
<%= IO.read Rails.root.join("config", "chexpire.test.yml") %>