-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathconfig.example.json
More file actions
49 lines (49 loc) · 1.06 KB
/
config.example.json
File metadata and controls
49 lines (49 loc) · 1.06 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
{
"state_config": {
"auth": {}
},
"app_config": {
"ground_control_url": "http://gc:8080",
"log_level": "info",
"use_unsecure": true,
"state_replication_interval": "@every 00h00m10s",
"update_config_interval": "@every 00h00m10s",
"register_satellite_interval": "@every 00h00m10s",
"heartbeat_interval": "@every 00h00m30s",
"metrics": {
"collect_cpu": true,
"collect_memory": true,
"collect_storage": true
},
"local_registry": {
"url": "http://0.0.0.0:8585"
},
"tls": {
"cert_file": "",
"key_file": "",
"ca_file": "",
"skip_verify": false
},
"encrypt_config": false,
"registry_fallback": {
"enabled": false,
"registries": ["docker.io"],
"runtimes": []
},
"proxy_cache_mode": false,
"sync_poll_interval": "6h"
},
"zot_config": {
"distSpecVersion": "1.1.0",
"storage": {
"rootDirectory": "./zot"
},
"http": {
"address": "0.0.0.0",
"port": "8585"
},
"log": {
"level": "info"
}
}
}