.env generator

This commit is contained in:
Kai Ritthaler 2025-05-15 16:24:40 +02:00 committed by Rudi Regentonne
parent ec67454987
commit 3a35ed4073
5 changed files with 38 additions and 3 deletions

View file

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