From 63cec7a2ef020e6b87cc2939982d04e179b42e90 Mon Sep 17 00:00:00 2001 From: Robert Hencke Date: Sat, 9 Jul 2011 20:00:07 -0500 Subject: [PATCH] serve dev-blobserver on /bs/ Allows dev-cam* commands to be used without modification. Change-Id: I918ebf2e77d1bc0899d216698c055d4c3e23ff7a --- config/dev-blobserver-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dev-blobserver-config.json b/config/dev-blobserver-config.json index 65e5cabda..2d526c0ad 100644 --- a/config/dev-blobserver-config.json +++ b/config/dev-blobserver-config.json @@ -6,7 +6,7 @@ "TLSKeyFile": ["_env", "${CAMLI_TLS_KEY_FILE}", ""], "prefixes": { - "/": { + "/bs/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT}"]