@@ -20,6 +20,7 @@ services:
 | 
				
			|||||||
      JAVA_TOOL_OPTIONS: "-Xmx1g"
 | 
					      JAVA_TOOL_OPTIONS: "-Xmx1g"
 | 
				
			||||||
      PROXY_ID: "report-hub.${PROXY_ID}"
 | 
					      PROXY_ID: "report-hub.${PROXY_ID}"
 | 
				
			||||||
      SECRET: ${REPORTHUB_BEAM_SECRET_SHORT}
 | 
					      SECRET: ${REPORTHUB_BEAM_SECRET_SHORT}
 | 
				
			||||||
 | 
					      APP_PROXY_BASEURL: http://beam-proxy:8081
 | 
				
			||||||
      APP_TASKSTORE_BASEURL: "http://bridgehead-exliquid-task-store:8080/fhir"
 | 
					      APP_TASKSTORE_BASEURL: "http://bridgehead-exliquid-task-store:8080/fhir"
 | 
				
			||||||
      APP_DATASTORE_BASEURL:  http://bridgehead-ccp-blaze:8080/fhir
 | 
					      APP_DATASTORE_BASEURL:  http://bridgehead-ccp-blaze:8080/fhir
 | 
				
			||||||
      BEAM_PROXY: "http://beam-proxy:8081"
 | 
					      BEAM_PROXY: "http://beam-proxy:8081"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,6 +14,6 @@ function exliquidSetup() {
 | 
				
			|||||||
	esac
 | 
						esac
 | 
				
			||||||
	if [[ $EXLIQUID -eq 1 ]]; then
 | 
						if [[ $EXLIQUID -eq 1 ]]; then
 | 
				
			||||||
		log INFO "EXLIQUID setup detected -- will start Report-Hub."
 | 
							log INFO "EXLIQUID setup detected -- will start Report-Hub."
 | 
				
			||||||
		OVERRIDE+="-f ./$PROJECT/exliquid-compose.yml"
 | 
							OVERRIDE+=" -f ./$PROJECT/exliquid-compose.yml"
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user