perkeep/config/dev-client-dir/client-config.json

13 lines
294 B
JSON
Raw Normal View History

2011-05-16 16:00:40 +00:00
{
"servers": {
"devcam": {
"server": ["_env", "${CAMLI_SERVER}", "http://localhost:3179/"],
"auth": ["_env", "${CAMLI_AUTH}"],
"default": true
}
},
"ignoredFiles": [".DS_Store"],
"identity": ["_env", "${CAMLI_KEYID}"],
"identitySecretRing": ["_env", "${CAMLI_SECRET_RING}"]
}