Simon Pasquier | ca40985 | 2017-07-18 11:32:02 +0200 | [diff] [blame] | 1 | classes: |
2 | - service.influxdb.client | ||||
3 | parameters: | ||||
4 | _param: | ||||
5 | influxdb_client_port: 8086 | ||||
6 | influxdb: | ||||
7 | client: | ||||
8 | server: | ||||
9 | protocol: http | ||||
10 | host: ${_param:influxdb_client_host} | ||||
11 | port: ${_param:influxdb_client_port} | ||||
12 | user: root | ||||
13 | password: ${_param:influxdb_client_password} |