mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
16 lines
417 B
JSON
16 lines
417 B
JSON
{
|
|
"globalSettings": {
|
|
"baseServiceUri": {
|
|
"vault": "https://vault.bitwarden.com",
|
|
"api": "https://api.bitwarden.com",
|
|
"identity": "https://identity.bitwarden.com",
|
|
"internalIdentity": "https://identity.bitwarden.com",
|
|
"internalApi": "https://api.bitwarden.com",
|
|
"internalVault": "https://vault.bitwarden.com"
|
|
},
|
|
"braintree": {
|
|
"production": true
|
|
}
|
|
}
|
|
}
|