myapplication / .env.example
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/myapplication
7d8aa82 verified
Raw
History Blame Contribute Delete
426 Bytes
# Discord — from discord.com/developers/applications → your app
DISCORD_PUBLIC_KEY=your_public_key_here
DISCORD_APP_ID=your_app_id_here
DISCORD_BOT_TOKEN=your_bot_token_here
# Database — Neon PostgreSQL connection string
DATABASE_URL=postgresql://user:password@host/dbname?sslmode=require
# SnapKitty War Room — for /ask command routing
SNAPKITTY_API_URL=https://collectivekitty.com
# Server
PORT=3001