26 lines
493 B
Plaintext
26 lines
493 B
Plaintext
default: &default
|
|
default_options:
|
|
from: codeocean@openhpi.de
|
|
|
|
development:
|
|
<<: *default
|
|
default_url_options:
|
|
host: localhost
|
|
port: 7000
|
|
# Open mails in the browser (not compatible with Vagrant)
|
|
delivery_method: :letter_opener
|
|
# Print mails to the console
|
|
# delivery_method: :test
|
|
|
|
production:
|
|
<<: *default
|
|
default_url_options:
|
|
host: CHANGE_ME
|
|
delivery_method: :smtp
|
|
|
|
test:
|
|
<<: *default
|
|
default_url_options:
|
|
host: localhost
|
|
delivery_method: :test
|