File size: 426 Bytes
7d8aa82
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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