24 lines
358 B
TOML
24 lines
358 B
TOML
|
|
[registry.cache]
|
||
|
|
capacity = 100
|
||
|
|
list_cache = true
|
||
|
|
metadata_cache = true
|
||
|
|
ttl = 60
|
||
|
|
|
||
|
|
[registry.gitea]
|
||
|
|
enabled = true
|
||
|
|
org = "provisioning-solo"
|
||
|
|
timeout = 30000
|
||
|
|
url = "http://localhost:3000"
|
||
|
|
verify_ssl = false
|
||
|
|
|
||
|
|
[registry.oci]
|
||
|
|
enabled = false
|
||
|
|
verify_ssl = false
|
||
|
|
|
||
|
|
[registry.server]
|
||
|
|
compression = true
|
||
|
|
cors_enabled = false
|
||
|
|
host = "127.0.0.1"
|
||
|
|
port = 8081
|
||
|
|
workers = 2
|