osem-fcy/config/config.yml

14 lines
200 B
YAML
Raw Normal View History

defaults: &defaults
# The hostname to be used when building the URL in the emails
url_for_emails: localhost:3000
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults