Move DKIM key from file to env variable
This commit is contained in:
@@ -77,7 +77,7 @@ if config_env() == :prod do
|
|||||||
dkim: [
|
dkim: [
|
||||||
s: "email",
|
s: "email",
|
||||||
d: "livonsaarenosuuspuutarha.fi",
|
d: "livonsaarenosuuspuutarha.fi",
|
||||||
private_key: {:pem_plain, File.read!("priv/keys/dkim_private.pem")}
|
private_key: {:pem_plain, System.get_env("DKIM_KEY")}
|
||||||
],
|
],
|
||||||
retries: 2,
|
retries: 2,
|
||||||
no_mx_lookups: false
|
no_mx_lookups: false
|
||||||
|
|||||||
Reference in New Issue
Block a user