21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-30 14:15:07 +02:00
chexpire/config/chexpire.example.yml
2018-05-24 13:46:50 +02:00

18 lines
340 B
YAML

default: &default
mailer_default_from: "from@example.org"
production:
<<: *default
host: "example.org"
staging:
<<: *default
host: "staging.example.org"
development:
<<: *default
host: "chexpire.local"
# test configuration included in file used by CI services
<%= IO.read Rails.root.join("config", "chexpire.test.yml") %>