11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
# Discord Bot Token (from https://discord.com/developers/applications)
|
|
DISCORD_BOT_TOKEN=your_token_here
|
|
|
|
# Tududi API
|
|
TUDUDI_API_URL=https://todo.dilain.com/api/v1
|
|
TUDUDI_API_KEY=tt_your_key_here
|
|
|
|
# OpenClaw Gateway (optional, for future AI analysis)
|
|
OPENCLAW_GATEWAY=http://127.0.0.1:18789
|
|
OPENCLAW_GATEWAY_TOKEN=your_gateway_token
|