1
zhang
2 天以前 23182f2c951df5fa55e70e30ff70ddaf91199a2e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "groups": [
    {
      "name": "influxdb3",
      "type": "com.zy.influxdb.config.InfluxDBProperties",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    }
  ],
  "properties": [
    {
      "name": "influxdb3.database",
      "type": "java.lang.String",
      "description": "database for http",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    },
    {
      "name": "influxdb3.enabled",
      "type": "java.lang.Boolean",
      "description": "Enables mqtt functionality.",
      "defaultValue": "true"
    },
    {
      "name": "influxdb3.token",
      "type": "java.lang.String",
      "description": "token",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    },
    {
      "name": "influxdb3.url",
      "type": "java.lang.String",
      "description": "InfluxDB http url",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    }
  ],
  "hints": []
}