neon-cinnamon-applet/settings-schema.json

18 lines
421 B
JSON
Raw Normal View History

2024-10-03 23:36:49 -07:00
{
"baseUrl": {
"type": "entry",
"default": "hana.neonaialpha.com",
"description": "Base URL for the Voice Assistant service"
2024-10-03 23:36:49 -07:00
},
"username": {
2024-10-03 23:36:49 -07:00
"type": "entry",
"default": "neon",
"description": "Username for authentication"
},
"password": {
"type": "entry",
"default": "neon",
"description": "Password for authentication"
2024-10-03 23:36:49 -07:00
}
}