perkeep/pkg/serverconfig/testdata/tls.json

16 lines
336 B
JSON

{
"listen": "1.2.3.4:443",
"https": true,
"HTTPSCertFile": "/tls.crt",
"HTTPSKeyFile": "/tls.key",
"auth": "userpass:camlistore:pass3179",
"blobPath": "/tmp/blobs",
"identity": "26F5ABDA",
"identitySecretRing": "/path/to/secring",
"memIndex": true,
"s3": "",
"replicateTo": [],
"publish": {},
"shareHandler": true
}