-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathflint.example.json
More file actions
30 lines (30 loc) · 590 Bytes
/
Copy pathflint.example.json
File metadata and controls
30 lines (30 loc) · 590 Bytes
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
{
"server": {
"host": "0.0.0.0",
"port": 5550,
"read_timeout": 30,
"write_timeout": 30
},
"security": {
"rate_limit_requests": 100,
"rate_limit_burst": 20
},
"libvirt": {
"uri": "qemu:///system",
"iso_pool": "isos",
"template_pool": "templates",
"image_pool_path": "/var/lib/flint/images",
"ssh": {
"enabled": false,
"username": "",
"host": "",
"port": 22,
"key_path": "~/.ssh/id_rsa",
"known_hosts_path": "~/.ssh/known_hosts"
}
},
"logging": {
"level": "INFO",
"format": "json"
}
}