Files
2026-07-16 17:37:25 +02:00

6 lines
227 B
Bash

DATABASE_URL="postgresql://soulless:soulless@localhost:5433/soulless_necromancer?schema=public"
JWT_SECRET="soulless-necromancer-dev-secret-change-in-prod"
PORT=3001
CLIENT_ORIGIN="http://localhost:5173"
COOKIE_NAME="sn_token"