Initial Implementation
This commit is contained in:
commit
d31151756b
6 changed files with 675 additions and 0 deletions
12
settings-schema.json
Normal file
12
settings-schema.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"baseUrl": {
|
||||
"type": "entry",
|
||||
"default": "hana.neonaialpha.com",
|
||||
"description": "Base URL for HANA Websocket"
|
||||
},
|
||||
"token": {
|
||||
"type": "entry",
|
||||
"default": "",
|
||||
"description": "Valid token for authentication"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue