13 lines
319 B
JSON
13 lines
319 B
JSON
|
{
|
||
|
"listenPort" : "9090",
|
||
|
"rootRepoPath" : "/opt/deb-simple/repo",
|
||
|
"supportedArch" : ["all","i386","amd64"],
|
||
|
"distroNames":["stable"],
|
||
|
"pgpSecretKey": "secring.gpg",
|
||
|
"pgpPassphrase" : "",
|
||
|
"enableSSL" : false,
|
||
|
"SSLcert" : "server.crt",
|
||
|
"SSLkey" : "server.key",
|
||
|
"key" : "abcdefg"
|
||
|
}
|