21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 14:30:49 +02:00
chexpire/config/chexpire.example.yml
2018-07-02 17:21:08 +02:00

28 lines
562 B
YAML

default: &default
mailer_default_from: "from@example.org"
notifier:
interval: 0.00
failure_days: 3
checks_domain:
interval: 0.5
long_term: 60
long_term_frequency: 10
checks_ssl:
check_http_path: ""
check_http_args: ""
development:
<<: *default
host: "chexpire.local"
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") %>