From 46a41363f69391d4131180791f912329464d8a65 Mon Sep 17 00:00:00 2001 From: Fernando Monserrat Date: Tue, 17 Jul 2018 14:23:24 -0300 Subject: [PATCH] 13838 add site config file Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat --- Makefile | 3 ++- workbench2.example.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 workbench2.example.json diff --git a/Makefile b/Makefile index 30ab7bc4..1ca09210 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(DEB_FILE): build --iteration "$(ITERATION)" \ --maintainer="$(MAINTAINER)" \ --description="$(DESCRIPTION)" \ - --deb-no-default-config-files \ + --config-files "/etc/arvados/workbench2/workbench2.example.json" \ \ $(WORKSPACE)/build/=$(DEST_DIR) $(RPM_FILE): build @@ -96,6 +96,7 @@ $(RPM_FILE): build --iteration "$(ITERATION)" \ --maintainer="$(MAINTAINER)" \ --description="$(DESCRIPTION)" \ + --config-files "/etc/arvados/workbench2/workbench2.example.json" \ $(WORKSPACE)/build/=$(DEST_DIR) copy: $(DEB_FILE) $(RPM_FILE) diff --git a/workbench2.example.json b/workbench2.example.json new file mode 100644 index 00000000..d790112a --- /dev/null +++ b/workbench2.example.json @@ -0,0 +1,3 @@ +{ + "API_HOST": "CHANGE.TO.YOUR.ARVADOS.API.HOST" +} \ No newline at end of file -- 2.30.2