This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Commit 1f28c54 1 parent 5a47553 commit 1f28c54 Copy full SHA for 1f28c54
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
55
55
INFLUX_TOKEN_READ = my-super-secret-admin-token
56
56
#
57
57
# Volume path for storing the Influx data
58
- INFLUX_VOLUME_PATH = /home/pi/solectrus /influxdb
58
+ INFLUX_VOLUME_PATH = . /influxdb
59
59
#
60
60
# Interval in seconds for polling the InfluxDB
61
61
INFLUX_POLL_INTERVAL = 5
62
62
63
63
# #################################################################
64
64
# REDIS settings
65
65
#
66
- REDIS_VOLUME_PATH = /home/pi/solectrus /redis
66
+ REDIS_VOLUME_PATH = . /redis
67
67
68
68
# #################################################################
69
69
# PostgreSQL database settings
70
70
#
71
- DB_VOLUME_PATH = /home/pi/solectrus /postgresql
71
+ DB_VOLUME_PATH = . /postgresql
72
72
73
73
# #################################################################
74
74
# MQTT Collector
Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
55
55
INFLUX_TOKEN_READ = my-super-secret-admin-token
56
56
#
57
57
# Volume path for storing the Influx data
58
- INFLUX_VOLUME_PATH = /home/pi/solectrus /influxdb
58
+ INFLUX_VOLUME_PATH = . /influxdb
59
59
#
60
60
# Interval in seconds for polling the InfluxDB
61
61
INFLUX_POLL_INTERVAL = 5
62
62
63
63
# #################################################################
64
64
# REDIS settings
65
65
#
66
- REDIS_VOLUME_PATH = /home/pi/solectrus /redis
66
+ REDIS_VOLUME_PATH = . /redis
67
67
68
68
# #################################################################
69
69
# PostgreSQL database settings
70
70
#
71
- DB_VOLUME_PATH = /home/pi/solectrus /postgresql
71
+ DB_VOLUME_PATH = . /postgresql
72
72
73
73
# #################################################################
74
74
# MQTT Collector
Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
55
55
INFLUX_TOKEN_READ = my-super-secret-admin-token
56
56
#
57
57
# Volume path for storing the Influx data
58
- INFLUX_VOLUME_PATH = /home/pi/solectrus /influxdb
58
+ INFLUX_VOLUME_PATH = . /influxdb
59
59
#
60
60
# Interval in seconds for polling the InfluxDB
61
61
INFLUX_POLL_INTERVAL = 5
62
62
63
63
# #################################################################
64
64
# REDIS settings
65
65
#
66
- REDIS_VOLUME_PATH = /home/pi/solectrus /redis
66
+ REDIS_VOLUME_PATH = . /redis
67
67
68
68
# #################################################################
69
69
# PostgreSQL database settings
70
70
#
71
- DB_VOLUME_PATH = /home/pi/solectrus /postgresql
71
+ DB_VOLUME_PATH = . /postgresql
72
72
73
73
# #################################################################
74
74
# SENEC Collector
You can’t perform that action at this time.
0 commit comments