perkeep/pkg/serverconfig/testdata/baseurlbad.json

11 lines
246 B
JSON
Raw Normal View History

{
"listen": "localhost:3179",
"baseURL": "http://foo.com/bar/",
"https": false,
"auth": "userpass:camlistore:pass3179",
"blobPath": "/tmp/blobs",
"identity": "26F5ABDA",
"identitySecretRing": "/path/to/secring",
"memIndex": true
}