17 lines
421 B
JSON
17 lines
421 B
JSON
{
|
|
"baseUrl": {
|
|
"type": "entry",
|
|
"default": "hana.neonaialpha.com",
|
|
"description": "Base URL for the Voice Assistant service"
|
|
},
|
|
"username": {
|
|
"type": "entry",
|
|
"default": "neon",
|
|
"description": "Username for authentication"
|
|
},
|
|
"password": {
|
|
"type": "entry",
|
|
"default": "neon",
|
|
"description": "Password for authentication"
|
|
}
|
|
}
|