Add TRANSFER_TOKEN_SALT
This commit is contained in:
@@ -14,4 +14,9 @@ module.exports = ({ env }) => ({
|
||||
replyTo: env('SMTP_REPLY_TO'),
|
||||
emailTemplate: forgotPasswordTemplate,
|
||||
},
|
||||
transfer: {
|
||||
token: {
|
||||
salt: env('TRANSFER_TOKEN_SALT')
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user