deb-simple/sample_conf.ini
Tyler 1b7951fb75 Merge branch 'packagecache' into 'master'
Better package handling, replacing old versions of the program automatically

See merge request !1
2017-06-11 20:40:33 -04:00

13 lines
319 B
INI

{
"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"
}