mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
16 lines
615 B
Bash
16 lines
615 B
Bash
# Adapted from https://github.com/InfluxCommunity/TIG-Stack-using-InfluxDB-3/blob/main/.env
|
|
|
|
# Butler SOS configuration
|
|
BUTLER_SOS_CONFIG_FILE=/production_influxdb_v3.yaml # File placed in ./config directory
|
|
|
|
# InfluxDB Configuration
|
|
INFLUXDB_HTTP_PORT=8181 # for influxdb3 enterprise database, change this to port 8182
|
|
INFLUXDB_TOKEN=apiv3_99RtQcbFuBYP_wO1fK5aHvIBQqOqOVRAV4cAqAJxm_gpQRUFIpQkONXWfG0cBt_1wOI21Dc2l5K2izMa3gW7mA
|
|
INFLUXDB_DATABASE=butler-sos # Your Database name
|
|
INFLUXDB_NODE_ID=node0
|
|
|
|
# Grafana Configuration
|
|
GRAFANA_PORT=3000
|
|
GRAFANA_ADMIN_USER=admin
|
|
GRAFANA_ADMIN_PASSWORD=admin
|