mirror of https://github.com/perkeep/perkeep.git
16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"listen": "localhost:3179",
|
|
"https": false,
|
|
"auth": "userpass:camlistore:pass3179",
|
|
"identity": "26F5ABDA",
|
|
"identitySecretRing": "/path/to/secring",
|
|
"mysql": "root@camlistore.cloudsql.google.internal:root",
|
|
"googlecloudstorage": ":bucketName",
|
|
"shareHandler": true,
|
|
"dbNames": {
|
|
"index": "camindex",
|
|
"ui_thumbcache": "thumbcache_db",
|
|
"queue-sync-to-index": "camindex_syncindex_q"
|
|
}
|
|
}
|