mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
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" }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|