mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 17:13:10 +08:00
15 lines
466 B
JSON
15 lines
466 B
JSON
{
|
|
"globalSettings": {
|
|
"baseServiceUri": {
|
|
"vault": "https://vault.bitwarden.com",
|
|
"api": "https://api.bitwarden.com",
|
|
"identity": "https://identity.bitwarden.com",
|
|
"admin": "https://admin.bitwarden.com",
|
|
"internalAdmin": "https://admin.bitwarden.com",
|
|
"internalIdentity": "https://identity.bitwarden.com",
|
|
"internalApi": "https://api.bitwarden.com",
|
|
"internalVault": "https://vault.bitwarden.com"
|
|
}
|
|
}
|
|
}
|