YAML · 554 bytes Raw Blame History
1 # Test configuration for ZephyrFS Node
2 network:
3 p2p_port: 4001
4 api_port: 8080
5 enable_mdns: true
6 bootstrap_peers: []
7 max_peers: 50
8 enable_nat_traversal: false # Disabled for Docker testing
9
10 storage:
11 data_dir: "/data"
12 max_storage: 1073741824 # 1GB
13 chunk_size: 1048576 # 1MB
14 encrypt_at_rest: true
15
16 coordinator:
17 url: "http://coordinator:8080"
18 timeout: 30
19 heartbeat_interval: 10
20
21 security:
22 strict_tls: false # Disabled for local testing
23 min_peer_reputation: 0.0
24 max_unknown_peers: 10
25 enable_rate_limiting: false