1
0
mirror of https://github.com/bitwarden/server synced 2025-12-29 14:43:39 +00:00

manage data protection keys with azure and enc

This commit is contained in:
Kyle Spearrin
2017-03-23 22:02:55 -04:00
parent 47477f6ca5
commit ca9aa40873
4 changed files with 23 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
"identityServer": {
"certificateThumbprint": "SECRET"
},
"dataProtection": {
"certificateThumbprint": "SECRET"
},
"storage": {
"connectionString": "SECRET"
},