Default Mycroft config from fresh install.
This commit is contained in:
@@ -0,0 +1,57 @@
|
|||||||
|
{
|
||||||
|
"log_level": "INFO",
|
||||||
|
"logs": {
|
||||||
|
"path": "stdout"
|
||||||
|
},
|
||||||
|
"play_wav_cmdline": "play %1",
|
||||||
|
"play_mp3_cmdline": "play %1",
|
||||||
|
"lang": "en-US",
|
||||||
|
"listener": {
|
||||||
|
"VAD": {
|
||||||
|
"module": "ovos-vad-plugin-silero"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"skills": {
|
||||||
|
"installer": {
|
||||||
|
"allow_pip": true,
|
||||||
|
"allow_alphas": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"extension": "ovos-gui-plugin-shell-companion",
|
||||||
|
"gui_file_host_path": "/home/ovos/.cache/gui_files"
|
||||||
|
},
|
||||||
|
"websocket": {
|
||||||
|
"max_msg_size": 100
|
||||||
|
},
|
||||||
|
"PHAL": {
|
||||||
|
"admin": {
|
||||||
|
"ovos-PHAL-plugin-system": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"open_data": {
|
||||||
|
"intent_urls": [
|
||||||
|
"https://metrics.tigregotico.pt/intents"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tts": {
|
||||||
|
"ovos-tts-plugin-server": {
|
||||||
|
"voice": "ryan-low"
|
||||||
|
},
|
||||||
|
"module": "ovos-tts-plugin-server"
|
||||||
|
},
|
||||||
|
"stt": {
|
||||||
|
"ovos-stt-plugin-server": {},
|
||||||
|
"module": "ovos-stt-plugin-server",
|
||||||
|
"fallback_module": ""
|
||||||
|
},
|
||||||
|
"system_unit": "imperial",
|
||||||
|
"temperature_unit": "fahrenheit",
|
||||||
|
"precipitation_unit": "inch",
|
||||||
|
"windspeed_unit": "mph",
|
||||||
|
"time_format": "half",
|
||||||
|
"spoken_time_format": "half",
|
||||||
|
"date_format": "MDY"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user