1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

remove old doc db settings

This commit is contained in:
Kyle Spearrin
2016-06-09 18:53:53 -04:00
parent 4f59f38326
commit 8664b6bb2e
2 changed files with 0 additions and 17 deletions

View File

@ -3,13 +3,6 @@
"siteName": "bitwarden",
"baseVaultUri": "http://localhost:4001",
"jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)",
"documentDB": {
"uri": "SECRET",
"key": "SECRET",
"databaseId": "SECRET",
"collectionIdPrefix": "SECRET",
"numberOfCollections": 1
},
"sqlServer": {
"connectionString": "SECRET"
},