Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
104 B
Bash
4 lines
104 B
Bash
DATABASE_URL="postgres://user:password@host:port/db-name"
|
|
PORT=8080
|
|
CORS_ORIGIN="http://localhost:5173"
|