added .env.example

This commit is contained in:
MisbehavedNinjaRadiator 2025-05-14 17:26:48 +02:00 committed by MisbehavedNinjaRadiator
parent d0f62a07e3
commit 82d0f060a0

2
code/backend/env.example Normal file
View file

@ -0,0 +1,2 @@
DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma"
TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT