mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -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": {
|
||||
@ -42,6 +43,11 @@
|
||||
"notificationHub": {
|
||||
"connectionString": "SECRET",
|
||||
"hubName": "SECRET"
|
||||
},
|
||||
"amazon": {
|
||||
"accessKeyId": "SECRET",
|
||||
"accessKeySecret": "SECRET",
|
||||
"region": "SECRET"
|
||||
}
|
||||
},
|
||||
"adminSettings": {
|
||||
|
Reference in New Issue
Block a user