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" }
|
|
}
|
|
}
|
|
}
|
|
}
|