mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
Fix .env file for Influx v3 version of Docker compose file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -60,4 +60,3 @@ build.cjs
|
|||||||
butler-sos
|
butler-sos
|
||||||
src/config/production_vac.yaml
|
src/config/production_vac.yaml
|
||||||
tmp/
|
tmp/
|
||||||
docs/docker-compose/.env
|
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ BUTLER_SOS_CONFIG_FILE=/production_influxdb_v3.yaml # File placed in ./config di
|
|||||||
|
|
||||||
# InfluxDB Configuration
|
# InfluxDB Configuration
|
||||||
INFLUXDB_HTTP_PORT=8181 # for influxdb3 enterprise database, change this to port 8182
|
INFLUXDB_HTTP_PORT=8181 # for influxdb3 enterprise database, change this to port 8182
|
||||||
INFLUXDB_HOST=influxdb3-core # for influxdb3 enterprise database, change this to "influxdb3-enterprise"
|
|
||||||
INFLUXDB_TOKEN=apiv3_99RtQcbFuBYP_wO1fK5aHvIBQqOqOVRAV4cAqAJxm_gpQRUFIpQkONXWfG0cBt_1wOI21Dc2l5K2izMa3gW7mA
|
INFLUXDB_TOKEN=apiv3_99RtQcbFuBYP_wO1fK5aHvIBQqOqOVRAV4cAqAJxm_gpQRUFIpQkONXWfG0cBt_1wOI21Dc2l5K2izMa3gW7mA
|
||||||
INFLUXDB_DATABASE=local_system # Your Database name
|
INFLUXDB_DATABASE=butler-sos # Your Database name
|
||||||
INFLUXDB_ORG=local_org
|
|
||||||
INFLUXDB_NODE_ID=node0
|
INFLUXDB_NODE_ID=node0
|
||||||
|
|
||||||
# Grafana Configuration
|
# Grafana Configuration
|
||||||
Reference in New Issue
Block a user