Pieter Hollander
48d0382b0e
BREAKING: Migrate opendtu to opendtu_address Add authentication capability for locked-down opendtu's. Updated setup examples with new variables.
13 lines
343 B
Bash
13 lines
343 B
Bash
# OpenDTU
|
|
OPENDTU_ADDRESS="192.168.1.89:80"
|
|
OPENDTU_AUTH=false
|
|
OPENDTU_USERNAME=
|
|
OPENDTU_PASSWORD=
|
|
# OpenDTU Logger
|
|
DB_URL="host=timescaledb port=5432 user=postgres password=secret dbname=opendtu_logger sslmode=disable"
|
|
TIMESCALEDB_ENABLED=true
|
|
TZ="Europe/Amsterdam"
|
|
# Database configuration
|
|
PG_USER=postgres
|
|
PG_PASSWORD=
|
|
PG_DB=opendtu_logger
|