10 lines
167 B
TOML
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"
|