mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 06:02:54 +08:00
fix environment.sh
This commit is contained in:
parent
01ca57d1db
commit
c684fb2cbb
@ -344,7 +344,7 @@ def "IOS_PRODUCTION" "false" # IOS生产
|
|||||||
|
|
||||||
###################### Prometheus 配置信息 ######################
|
###################### Prometheus 配置信息 ######################
|
||||||
def "PROMETHEUS_ENABLE" "false" # 是否启用 Prometheus
|
def "PROMETHEUS_ENABLE" "false" # 是否启用 Prometheus
|
||||||
def "PROMETHEUS_URL" "/prometheus"
|
def "PROMETHEUS_URL" "${GRAFANA_ADDRESS}:${GRAFANA_PORT}"
|
||||||
# Api 服务的 Prometheus 端口
|
# Api 服务的 Prometheus 端口
|
||||||
readonly API_PROM_PORT=${API_PROM_PORT:-'20100'}
|
readonly API_PROM_PORT=${API_PROM_PORT:-'20100'}
|
||||||
# User 服务的 Prometheus 端口
|
# User 服务的 Prometheus 端口
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user