mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 18:33:11 +08:00
14 lines
313 B
JSON
14 lines
313 B
JSON
|
|
{
|
|||
|
|
"globalSettings": {
|
|||
|
|
"baseServiceUri": {
|
|||
|
|
"vault": "https://vault.bitwarden.com",
|
|||
|
|
"api": "https://api.bitwarden.com",
|
|||
|
|
"identity": "https://identity.bitwarden.com",
|
|||
|
|
"internalIdentity": "https://identity.bitwarden.com"
|
|||
|
|
},
|
|||
|
|
"braintree": {
|
|||
|
|
"production": true
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|