Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Use relative folders for volume storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jun 29, 2024
1 parent 5a47553 commit 1f28c54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions guide/mqtt-evcc/.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
INFLUX_TOKEN_READ=my-super-secret-admin-token
#
# Volume path for storing the Influx data
INFLUX_VOLUME_PATH=/home/pi/solectrus/influxdb
INFLUX_VOLUME_PATH=./influxdb
#
# Interval in seconds for polling the InfluxDB
INFLUX_POLL_INTERVAL=5

##################################################################
# REDIS settings
#
REDIS_VOLUME_PATH=/home/pi/solectrus/redis
REDIS_VOLUME_PATH=./redis

##################################################################
# PostgreSQL database settings
#
DB_VOLUME_PATH=/home/pi/solectrus/postgresql
DB_VOLUME_PATH=./postgresql

##################################################################
# MQTT Collector
Expand Down
6 changes: 3 additions & 3 deletions guide/mqtt-iobroker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
INFLUX_TOKEN_READ=my-super-secret-admin-token
#
# Volume path for storing the Influx data
INFLUX_VOLUME_PATH=/home/pi/solectrus/influxdb
INFLUX_VOLUME_PATH=./influxdb
#
# Interval in seconds for polling the InfluxDB
INFLUX_POLL_INTERVAL=5

##################################################################
# REDIS settings
#
REDIS_VOLUME_PATH=/home/pi/solectrus/redis
REDIS_VOLUME_PATH=./redis

##################################################################
# PostgreSQL database settings
#
DB_VOLUME_PATH=/home/pi/solectrus/postgresql
DB_VOLUME_PATH=./postgresql

##################################################################
# MQTT Collector
Expand Down
6 changes: 3 additions & 3 deletions guide/raspberry-pi/.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
INFLUX_TOKEN_READ=my-super-secret-admin-token
#
# Volume path for storing the Influx data
INFLUX_VOLUME_PATH=/home/pi/solectrus/influxdb
INFLUX_VOLUME_PATH=./influxdb
#
# Interval in seconds for polling the InfluxDB
INFLUX_POLL_INTERVAL=5

##################################################################
# REDIS settings
#
REDIS_VOLUME_PATH=/home/pi/solectrus/redis
REDIS_VOLUME_PATH=./redis

##################################################################
# PostgreSQL database settings
#
DB_VOLUME_PATH=/home/pi/solectrus/postgresql
DB_VOLUME_PATH=./postgresql

##################################################################
# SENEC Collector
Expand Down

0 comments on commit 1f28c54

Please sign in to comment.