nix_custom_pkg/config.json
2025-11-12 19:10:36 +01:00

22 lines
306 B
JSON

{
"distSpecVersion": "1.0.1",
"storage": {
"rootDirectory": "/tmp/zot"
},
"http": {
"address": "127.0.0.1",
"port": "8080"
},
"log": {
"level": "debug"
},
"extensions": {
"search": {
"enable": true
},
"ui": {
"enable": true
}
}
}