Improve example.env

This commit is contained in:
Pieter Hollander 2024-03-27 18:17:11 +01:00
parent 3a421b1344
commit 9241a1ed9d
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -1,9 +1,9 @@
# OpenDTU Logger
REMOTE_URL="opendtu:80"
DB_URL="host=timescaledb port=5432 user=postgres password=secret dbname=dtu sslmode=disable"
REMOTE_URL="192.168.1.89:80"
DB_URL="host=timescaledb port=5432 user=postgres password=secret dbname=opendtu sslmode=disable"
TIMESCALEDB_ENABLED=true
TZ="Europe/Amsterdam"
# Database configuration
PG_USER=
PG_USER=postgres
PG_PASSWORD=
PG_DB=
PG_DB=opendtu