Ruhivig65 commited on
Commit
a7dc7ae
·
verified ·
1 Parent(s): ed361ee

Upload default_config.yaml

Browse files
Files changed (1) hide show
  1. Templates/default_config.yaml +18 -0
Templates/default_config.yaml CHANGED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RUHI-CORE Default Configuration
2
+ platform: RUHI-CORE
3
+ version: 1.0.0
4
+
5
+ services:
6
+ max_count: 25
7
+ auto_restart: true
8
+ restart_delay: 5
9
+ max_restart_attempts: 10
10
+ health_check_interval: 30
11
+
12
+ monitoring:
13
+ metrics_interval: 5
14
+ retention_hours: 72
15
+
16
+ security:
17
+ ip_whitelist_enabled: false
18
+ whitelisted_ips: []