Files
codeocean/config/smtp.yml.example

15 lines
181 B
Plaintext

default: &default
address: CHANGE_ME
password: CHANGE_ME
port: CHANGE_ME
user_name: CHANGE_ME
development:
<<: *default
production:
<<: *default
test:
<<: *default