mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
amazon ses mail delivery service
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
},
|
||||
"mail": {
|
||||
"sendGridApiKey": "SECRET",
|
||||
"amazonConfigSetName": "Email",
|
||||
"replyToEmail": "hello@bitwarden.com"
|
||||
},
|
||||
"identityServer": {
|
||||
@ -67,6 +68,11 @@
|
||||
"production": false,
|
||||
"base58Secret": "SECRET",
|
||||
"notificationUrl": "https://bitwarden.com/SECRET"
|
||||
},
|
||||
"amazon": {
|
||||
"accessKeyId": "SECRET",
|
||||
"accessKeySecret": "SECRET",
|
||||
"region": "SECRET"
|
||||
}
|
||||
},
|
||||
"IpRateLimitOptions": {
|
||||
|
Reference in New Issue
Block a user