added .env.example

This commit is contained in:
MisbehavedNinjaRadiator 2025-05-14 17:26:48 +02:00
parent ccaf194f3c
commit 4b17f21ac5

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

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