added .env.example

This commit is contained in:
MisbehavedNinjaRadiator 2025-05-14 17:26:48 +02:00 committed by Rudi Regentonne
parent b3cbf5a2d0
commit bdab7c7d1c

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

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