mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
update sendgridkey name in settings file
This commit is contained in:
parent
5a4bfe4e61
commit
25fccfc3fd
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user