mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
af371af6e1
* Add managed_schema * Add note on login page which server you are logging into. * Implement it * Remove caching logic since it seems unecessary * Add error * Handle error in hasManagedEnvironment * Fix compile
21 lines
509 B
JSON
21 lines
509 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"environment": {
|
|
"type": "object",
|
|
"properties": {
|
|
"base": {
|
|
"type": "string",
|
|
"description": "Base url, typically only this value needs to be set"
|
|
},
|
|
"webVault": { "type": "string" },
|
|
"api": { "type": "string" },
|
|
"identity": { "type": "string" },
|
|
"icons": { "type": "string" },
|
|
"notifications": { "type": "string" },
|
|
"events": { "type": "string" }
|
|
}
|
|
}
|
|
}
|
|
}
|