mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
14 lines
200 B
YAML
14 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
|
||
|
|
|