mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
- Updated config schema to use 'database' instead of 'bucket' in v3Config - Fixed all YAML config files (production.yaml, production_template.yaml, docker-compose configs) - Updated globals.js to read v3Config.database and fixed undefined variable bug - Updated all documentation files to use correct terminology - All tests passing (300 tests, 32 test suites)
18 lines
659 B
Plaintext
18 lines
659 B
Plaintext
# 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=
|
|
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
|