added some comments

This commit is contained in:
Kai Ritthaler 2025-05-18 19:36:42 +02:00 committed by Rudi Regentonne
parent 2c4114ec0c
commit 7f235e97a8
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,4 @@
# This is an example of a .env file. You don`t need it unless you fuck up the .env file generated by the install script
DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma"
TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT
DB_USER=postgres