pokertrip/.env.example
Mikkel Georgsen fef6f5318e Initial project docs — design spec, reference JSX, and GSD kickoff
Personal poker tracker: Go + React + PostgreSQL PWA for tracking
home sessions and poker trips with AI-powered schedule research.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:36:56 +00:00

5 lines
207 B
Text

POKER_DB_URL=postgresql://user:password@localhost:5432/pokertrip
POKER_JWT_SECRET=generate-a-random-64-char-hex-string
POKER_SEARXNG_URL=http://searxng.local:8080
POKER_UPLOAD_PATH=./uploads
POKER_PORT=8080