From 5a1094713894c157c0535b4a787a9026e73cf094 Mon Sep 17 00:00:00 2001 From: mpl Date: Tue, 19 Jul 2016 17:58:29 +0200 Subject: [PATCH] config/dev-server-config.json: fix publisher This change should have been with 65343d114d81a6ea8a87348f12553691d3768d3e , to keep up with the app handler changes. It is ok to hardcode 3179 as the server's listen port (even if that is not the actually chosen port), because the app handler will only use the host part of the listen address. Change-Id: Ib0a40a0376680d67a0617f184d5986117c704246 --- config/dev-server-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/dev-server-config.json b/config/dev-server-config.json index 6b5417ee5..f2c8a63d8 100644 --- a/config/dev-server-config.json +++ b/config/dev-server-config.json @@ -35,6 +35,9 @@ "enabled": ["_env", "${CAMLI_PUBLISH_ENABLED}"], "handlerArgs": { "program": "publisher", + "prefix": "/pics/", + "serverListen": "localhost:3179", + "serverBaseURL": ["_env", "${CAMLI_BASEURL}"], "appConfig": { "camliRoot": "dev-pics-root", "sourceRoot": ["_env", "${CAMLI_DEV_CAMLI_ROOT}", ""],