mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
update sendgridkey name in settings file
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"apiKey": "SECRET",
|
"sendGridApiKey": "SECRET",
|
||||||
"replyToEmail": "hello@bitwarden.com"
|
"replyToEmail": "hello@bitwarden.com"
|
||||||
},
|
},
|
||||||
"identityServer": {
|
"identityServer": {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"apiKey": "SECRET",
|
"sendGridApiKey": "SECRET",
|
||||||
"replyToEmail": "hello@bitwarden.com"
|
"replyToEmail": "hello@bitwarden.com"
|
||||||
},
|
},
|
||||||
"identityServer": {
|
"identityServer": {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"connectionString": "SECRET"
|
"connectionString": "SECRET"
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"apiKey": "SECRET",
|
"sendGridApiKey": "SECRET",
|
||||||
"replyToEmail": "hello@bitwarden.com"
|
"replyToEmail": "hello@bitwarden.com"
|
||||||
},
|
},
|
||||||
"identityServer": {
|
"identityServer": {
|
||||||
|
Reference in New Issue
Block a user