Spaces:
Sleeping
Sleeping
Create config/modules.json
Browse files- config/modules.json +18 -0
config/modules.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"enabled_modules": ["orchestrator", "testing", "diagnostics"],
|
| 3 |
+
"auto_start": true,
|
| 4 |
+
"module_settings": {
|
| 5 |
+
"orchestrator": {
|
| 6 |
+
"enabled": true,
|
| 7 |
+
"background_tasks": true
|
| 8 |
+
},
|
| 9 |
+
"testing": {
|
| 10 |
+
"auto_test": false,
|
| 11 |
+
"test_on_startup": true
|
| 12 |
+
},
|
| 13 |
+
"diagnostics": {
|
| 14 |
+
"auto_run": true,
|
| 15 |
+
"interval_minutes": 60
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
}
|