Commit 6365d46c by ningfd

Update cfg-kpl-backend.yaml

1 parent 1aa56705
Showing with 4 additions and 4 deletions
......@@ -62,14 +62,14 @@ data:
core: "core--server.autodl.svc.cluster.local:30100"
user_center: "user-center--rpc-server.autodl.svc.cluster.local:10001"
quota: "kpl--quota-rpc-server.kpl.svc.cluster.local:9999"
iot_cloud: "kpl--iot-server.kpl.svc.cluster.local:8000"
iot_cloud: "kpl--iot-server.kpl.svc.cluster.local:8000" # 没有开启iot功能不会读取此配置
mqtt:
address: mqtt_host #127.0.0.1:1883
address: mqtt_host #127.0.0.1:1883 # 没有开启iot功能不会读取此配置
feature_control:
iot: iot_boolean
notebook_grafana: notebook_grafana_boolean
iot: iot_boolean # 默认false, 不开启边缘设备功能
notebook_grafana: notebook_grafana_boolean # 默认false, 不开启notebook的grafana功能
kind: ConfigMap
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!