mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 04:34:03 +00:00
14 lines
200 B
Text
14 lines
200 B
Text
|
|
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
|
||
|
|
|