6 lines
227 B
Bash
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"
|