added .env.example

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

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

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