osem-fcy/config/config.yml
2013-01-17 13:56:05 +01:00

13 lines
200 B
YAML

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