mirror of
https://github.com/bitwarden/server
synced 2026-02-06 03:33:43 +00:00
21 lines
521 B
JSON
21 lines
521 B
JSON
{
|
|
"globalSettings": {
|
|
"siteName": "bitwarden",
|
|
"baseVaultUri": "http://localhost:4001",
|
|
"documentDB": {
|
|
"uri": "SECRET",
|
|
"key": "SECRET",
|
|
"databaseId": "SECRET",
|
|
"collectionIdPrefix": "SECRET",
|
|
"numberOfCollections": 1
|
|
},
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"mail": {
|
|
"apiKey": "SECRET",
|
|
"replyToEmail": "do-not-reply@bitwarden.com"
|
|
}
|
|
}
|
|
}
|