dockerzhang commented on code in PR #5606: URL: https://github.com/apache/inlong/pull/5606#discussion_r950056446
########## inlong-dataproxy/dataproxy-docker/Dockerfile: ########## @@ -29,6 +29,9 @@ ENV MANAGER_OPENAPI_PORT=8083 ENV AUDIT_PROXY_URL=127.0.0.1:10081 # pulsar or tubemq ENV MQ_TYPE=pulsar +ENV CLUSTER_TAG='' +ENV CLUSTER_NAME=default +ENV CLUSTER_IN_CHARGES=admin Review Comment: keep the default value same with common.properties ``` proxy.cluster.name=default_dataproxy proxy.cluster.tag=default_cluster proxy.cluster.inCharges=admin ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
