home-services/discord-bot/.env.example
Nik Afiq 1d3e223dbb
All checks were successful
CI / test (push) Successful in 4s
CI / build-ha-gateway (push) Successful in 1m7s
CI / build-discord-bot (push) Successful in 47s
feat: implement structured logging and error handling in discord-bot
2026-04-09 05:06:38 +09:00

7 lines
140 B
Plaintext

DISCORD_TOKEN=your-bot-token-here
GUILD_ID=your-guild-id-here
HA_GATEWAY_ADDR=localhost:50051
OTEL_ENDPOINT=
LOG_LEVEL=info
LOG_FORMAT=text