mirror of https://github.com/perkeep/perkeep.git
22 lines
477 B
Plaintext
22 lines
477 B
Plaintext
{
|
|
"blobGet": [
|
|
{
|
|
"alias": "local",
|
|
"host": "http://localhost:3179/bs",
|
|
"password": "test"
|
|
}
|
|
],
|
|
"blobPut": [
|
|
{
|
|
"alias": "local",
|
|
"host": "http://localhost:3179/bs",
|
|
"password": "test"
|
|
}
|
|
],
|
|
"blobServer": "http://localhost:3179/bs",
|
|
"auth": ["_env", "${CAMLI_AUTH}" ],
|
|
|
|
"selfPubKeyDir": ["_env", "${CAMLI_DEV_KEYBLOBS}" ],
|
|
"secretRing": ["_env", "${CAMLI_SECRET_RING}"],
|
|
"keyId": ["_env", "${CAMLI_KEYID}"]
|
|
} |