3 Environment Variable for CONDUCTOR Domain

#!/bin/bash JAVA_OPTIONS=$JAVA_OPTIONS}
-Dconductor.properties=<file path>
-Dplato.services.gateway.port=<port>
-Dplato.services.config.port=<port>
-Dplato.services.config.uri=http://<host>:<port>
-Dplato.service.logging.path=<dir path>
-Dapigateway.url=http://<host>:<port>
-Dkafka.host=<host>
-Dkafka.port=9092
-Dzookeeper.port=2181
-Dspring.main.allow-circular-references=true
-Deureka.client.serviceUrl.defaultZone=${PROTOCOL}://${EUREKA_SERVER}:${EUREKA_PORT}/plato-discovery-service/eureka"
-Dconductor.metrics-prometheus.enabled=true"
-Dconductor.oracle.flywayEnabled=true" export JAVA_OPTIONS