changed readme and renamed env.txt => .env.example

This commit is contained in:
Kai Ritthaler 2025-05-12 17:38:34 +02:00 committed by Rudi Regentonne
parent 64c0d79438
commit 5b810bad4b
2 changed files with 14 additions and 2 deletions

View file

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