Merge "config: used leveldb for the dev server instead of kv"

This commit is contained in:
Mathieu Lonjaret 2016-08-05 14:55:18 +00:00 committed by Gerrit Code Review
commit 41516af23d
1 changed files with 5 additions and 5 deletions

View File

@ -60,8 +60,8 @@
"sourceRoot": ["_env", "${CAMLI_DEV_CAMLI_ROOT}", ""],
"cache": "/cache/",
"scaledImage": {
"type": "kv",
"file": ["_env", "${CAMLI_ROOT_CACHE}/thumbnails.kv", ""]
"type": "leveldb",
"file": ["_env", "${CAMLI_ROOT_CACHE}/thumbnails.leveldb", ""]
}
}
},
@ -130,9 +130,9 @@
"smallBlobs": "/bs-loose/",
"largeBlobs": "/bs-packed/",
"metaIndex": {
"type": "kv",
"file": ["_env", "${CAMLI_ROOT}/packindex.kv"]
}
"type": "leveldb",
"file": ["_env", "${CAMLI_ROOT}/packindex.leveldb"]
}
}
},