Added new .env.example parameter
All checks were successful
CI / test (push) Successful in 3s
CI / build-ha-gateway (push) Successful in 49s
CI / build-discord-bot (push) Successful in 46s

This commit is contained in:
Nik Afiq 2026-04-07 23:01:02 +09:00
parent dc0476eead
commit 4186f864f9

View File

@ -2,3 +2,5 @@ GRPC_PORT=50051
HA_BASE_URL=http://ha.home.arpa:8123 HA_BASE_URL=http://ha.home.arpa:8123
HA_TOKEN=your-long-lived-token-here HA_TOKEN=your-long-lived-token-here
OTEL_ENDPOINT= OTEL_ENDPOINT=
LOG_LEVEL=info
LOG_FORMAT=text