mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Setup SES for production email sending
This commit is contained in:
@@ -22,4 +22,10 @@ SECRET_KEY_BASE=your_secret_key_base_here
|
||||
|
||||
ENCRYPTION_PRIMARY_KEY=generate_a_key_and_put_it_here
|
||||
ENCRYPTION_DETERMINISTIC_KEY=generate_another_key_here
|
||||
ENCRYPTION_KEY_DERIVATION_SALT=generate_a_salt_and_put_it_here
|
||||
ENCRYPTION_KEY_DERIVATION_SALT=generate_a_salt_and_put_it_here
|
||||
|
||||
# By default, you don't need these for local development, as we use letter_opener
|
||||
SMTP_USER_NAME=replace_with_your_smtp_username
|
||||
SMTP_PASSWORD=replace_with_your_smtp_password
|
||||
SMTP_ADDRESS=replace_with_your_smtp_address
|
||||
SMTP_PORT=replace_with_your_smtp_port
|
||||
Reference in New Issue
Block a user