Spaces:
Sleeping
Sleeping
Upload default_config.yaml
Browse files
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: []
|