mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
17 lines
598 B
JSON
17 lines
598 B
JSON
{
|
|
"globalSettings": {
|
|
"baseServiceUri": {
|
|
"vault": "https://vault.bitwarden.com",
|
|
"api": "https://api.bitwarden.com",
|
|
"identity": "https://identity.bitwarden.com",
|
|
"admin": "https://admin.bitwarden.com",
|
|
"notifications": "https://notifications.bitwarden.com",
|
|
"internalNotifications": "https://notifications.bitwarden.com",
|
|
"internalAdmin": "https://admin.bitwarden.com",
|
|
"internalIdentity": "https://identity.bitwarden.com",
|
|
"internalApi": "https://api.bitwarden.com",
|
|
"internalVault": "https://vault.bitwarden.com"
|
|
}
|
|
}
|
|
}
|