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

28 lines
652 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_domain:
interval: 0.5
long_term: 60
long_term_frequency: 10
2018-07-02 17:21:08 +02:00
checks_ssl:
check_http_path: # default to check_http in $PATH)
check_http_args: # array of arguments appended to defaults: -C 0 -H $HOSTNAME.
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") %>