new-horizons/NewHorizons/default-config.json
2022-02-24 17:37:43 -05:00

12 lines
194 B
JSON

{
"enabled": true,
"settings": {
"Debug": false,
"LogLevel": {
"type": "selector",
"value": "Critical",
"options": ["Info", "Warning", "Critical"],
"title": "Log Type"
}
}
}