mirror of
https://github.com/bitwarden/server.git
synced 2024-12-28 17:57:37 +01:00
29 lines
809 B
JSON
29 lines
809 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"
|
|
},
|
|
"braintree": {
|
|
"production": true
|
|
},
|
|
"bitPay": {
|
|
"production": true
|
|
}
|
|
},
|
|
"billingSettings": {
|
|
"payPal": {
|
|
"production": true,
|
|
"businessId": "4ZDA7DLUUJGMN"
|
|
}
|
|
}
|
|
}
|