Allow configuration of the main features table in woken

This commit is contained in:
2018-02-14 09:54:47 +01:00
parent 441794fcf9
commit f226d71cee
3 changed files with 4 additions and 3 deletions

View File

@@ -92,9 +92,10 @@
: ${WOKEN_IMAGE:="hbpmip/woken"}
: ${WOKEN_VERSION:=":2.1.4"}
: ${WOKEN_HOST:="woken"}
: ${WOKEN_CONF:="${PWD}/woken/application.conf"}
: ${WOKEN_PORT1:="8088"}
: ${WOKEN_PORT2:="8087"}
: ${WOKEN_CONF:="${PWD}/woken/application.conf"}
: ${WOKEN_MAIN_TABLE:="cde_features_a"}
: ${WOKEN_EXAREME_URL:="http://prozac.madgik.di.uoa.gr:9090/mining/query"}
: ${WOKEN_VALIDATION_IMAGE:="hbpmip/woken-validation"}