This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 926dca9 upated env vars for controller (#136)
926dca9 is described below
commit 926dca9ad6760c5c37df84c375c8f5aacbfb02ed
Author: ddragosd <[email protected]>
AuthorDate: Tue Jun 26 04:45:42 2018 -0700
upated env vars for controller (#136)
Updated for upstream PR 3617 that eliminated
whisk_version name and moved the version number and date
to PureConfig.
---
docker-compose/docker-whisk-controller.env | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-compose/docker-whisk-controller.env
b/docker-compose/docker-whisk-controller.env
index 1b254dc..7f95900 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -1,8 +1,8 @@
# this file contains generic properties for local development
# which are not specific to the docker-compose environment ( i.e. hostnames,
ports, etc )
WHISK_VERSION_NAME="local"
-WHISK_VERSION_DATE="09/01/2016"
-WHISK_VERSION_BUILDNO="latest"
+CONFIG_whisk_info_date="09/01/2016"
+CONFIG_whisk_info_buildNo="latest"
WHISK_LOGS_DIR="/logs"
SERVICE_CHECK_HTTP=/ping