mirror of https://github.com/perkeep/perkeep.git
18 lines
515 B
JSON
18 lines
515 B
JSON
{
|
|
"listen": "localhost:3179",
|
|
"auth": "userpass:camlistore:pass3179",
|
|
"googlecloudstorage": "clientId:clientSecret:refreshToken:bucketName/blobs",
|
|
"packRelated": true,
|
|
"dbNames": {
|
|
"index": "camlitest",
|
|
"queue-sync-to-index": "sync_index_queue",
|
|
"blobpacked_index": "not_blobpacked_index_default_name",
|
|
"ui_thumbcache": "ui_thumbmeta_cache"
|
|
},
|
|
"mysql": "root@localhost:root",
|
|
"identity": "26F5ABDA",
|
|
"identitySecretRing": "/path/to/secring",
|
|
"ownerName": "Alice",
|
|
"shareHandlerPath": "/share/"
|
|
}
|