mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
* Remove captcha enforcement and issuing/verification of bypass token * Removed more captcha logic. * Removed logic to enforce failed login attempts * Linting. * Fixed order of initialization. * Fixed merge conflicts * Renamed registration finish response for clarity * Remove unnecessary mailService references.
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
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",
|
|
"sso": "https://sso.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",
|
|
"internalSso": "https://sso.bitwarden.com",
|
|
"internalScim": "https://scim.bitwarden.com"
|
|
},
|
|
"braintree": {
|
|
"production": true
|
|
}
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
},
|
|
"Console": {
|
|
"IncludeScopes": true,
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"System": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|
|
}
|