mirror of
https://github.com/bitwarden/server
synced 2026-02-08 12:40:08 +00:00
34 lines
750 B
JSON
34 lines
750 B
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"projectName": "Events",
|
|
"baseServiceUri": {
|
|
"vault": "http://localhost:4001",
|
|
"api": "http://localhost:4000",
|
|
"identity": "http://localhost:33656",
|
|
"internalIdentity": "http://localhost:33656",
|
|
"internalApi": "http://localhost:4000",
|
|
"internalVault": "http://localhost:4001"
|
|
},
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"events": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"documentDb": {
|
|
"uri": "SECRET",
|
|
"key": "SECRET"
|
|
},
|
|
"sentry": {
|
|
"dsn": "SECRET"
|
|
}
|
|
}
|
|
}
|