From 585fcf0c655c0f549699d1285a2644bccdbb23cc Mon Sep 17 00:00:00 2001
From: Travis Rivers <trivers@contractor.usgs.gov>
Date: Mon, 17 Aug 2020 09:49:57 -0600
Subject: [PATCH] add webservice variable to custom funcs

---
 scripts/custom.funcs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/custom.funcs.sh b/scripts/custom.funcs.sh
index c09190d26..2a9e7f137 100644
--- a/scripts/custom.funcs.sh
+++ b/scripts/custom.funcs.sh
@@ -38,5 +38,6 @@ services:
       - DATA_PORT=${DATA_PORT}
       - DATA_TYPE=${DATA_TYPE}
       - SITE_URL=${SITE_URL}
+      - WEBSERVICE=true
 EO_YML
 }
-- 
GitLab