AumCoreAI commited on
Commit
3ed9061
·
verified ·
1 Parent(s): 67c1115

Create config/modules.json

Browse files
Files changed (1) hide show
  1. 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
+ }