first commit

This commit is contained in:
2026-07-16 17:37:25 +02:00
commit 61054537c5
40 changed files with 8211 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
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"