Files
any-hub/internal/config/testdata/valid.toml
2025-11-14 12:11:44 +08:00

10 lines
167 B
TOML

ListenPort = 5050
LogLevel = "debug"
StoragePath = "./data"
[[Hub]]
Name = "docker"
Domain = "docker.local"
Upstream = "https://registry-1.docker.io"
Type = "docker"