mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00: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