mirror of https://github.com/perkeep/perkeep.git
17 lines
487 B
JSON
17 lines
487 B
JSON
{
|
|
"listen": "localhost:3179",
|
|
"https": false,
|
|
"auth": "userpass:camlistore:pass3179",
|
|
"blobPath": "/tmp/blobs",
|
|
"identity": "26F5ABDA",
|
|
"identitySecretRing": "/path/to/secring",
|
|
"kvIndexFile": "/path/to/indexkv.db",
|
|
"s3": "key:secret:bucket",
|
|
"googlecloudstorage": "clientId:clientSecret:refreshToken:bucketName",
|
|
"googledrive": "clientId:clientSecret:refreshToken:parentDirId",
|
|
"replicateTo": [],
|
|
"publish": {},
|
|
"ownerName": "Brad",
|
|
"shareHandlerPath": "/share/"
|
|
}
|