# 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_HOST=influxdb3-core # for influxdb3 enterprise database, change this to "influxdb3-enterprise" INFLUXDB_TOKEN=apiv3_99RtQcbFuBYP_wO1fK5aHvIBQqOqOVRAV4cAqAJxm_gpQRUFIpQkONXWfG0cBt_1wOI21Dc2l5K2izMa3gW7mA INFLUXDB_DATABASE=local_system # Your Database name INFLUXDB_ORG=local_org INFLUXDB_NODE_ID=node0 # Grafana Configuration GRAFANA_PORT=3000 GRAFANA_ADMIN_USER=admin GRAFANA_ADMIN_PASSWORD=admin