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>
5 lines
207 B
Text
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
|