-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
82 lines (82 loc) · 1.52 KB
/
config.yaml
File metadata and controls
82 lines (82 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
config_file_path: null
data_directory: data
debug: false
environment: production
ftp:
enabled: false
host: localhost
max_connections: 50
passive_ports_end: 65535
passive_ports_start: 60000
port: 21
root_directory: /tmp/ftp
timeout: 300.0
logging:
backup_count: 5
console_enabled: true
file_enabled: true
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
level: INFO
log_directory: logs
max_file_size: 10MB
mqtt:
broker_host: localhost
broker_port: 1883
client_id: null
enabled: false
keepalive: 60
password: null
qos: 1
topics: []
username: null
name: Cobalt Forward
performance:
alert_thresholds: {}
enabled: true
history_size: 1000
metrics_interval: 60.0
plugins:
allowed_modules: []
auto_load: true
blocked_modules: []
enabled: true
max_execution_time: 30.0
plugin_directory: plugins
sandbox_enabled: true
security:
allowed_origins:
- '*'
api_key_header: X-API-Key
api_key_required: false
rate_limit_enabled: true
rate_limit_requests: 100
rate_limit_window: 60
ssh:
enabled: false
host: localhost
known_hosts_path: null
password: null
pool_size: 5
port: 22
private_key_path: null
timeout: 30.0
username: null
tcp:
buffer_size: 8192
host: localhost
keepalive: true
port: 8080
retry_attempts: 3
timeout: 30.0
temp_directory: temp
version: 0.1.0
websocket:
host: 0.0.0.0
max_connections: 100
path: /ws
ping_interval: 30.0
ping_timeout: 10.0
port: 8000
ssl_cert_path: null
ssl_enabled: false
ssl_key_path: null