VogelSocialMedia/code/backend/.env.example
2025-05-20 09:46:26 +02:00

4 lines
No EOL
196 B
Text

DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma"
TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT
DB_USER=postgres
DB_PASSWORD=YourPassword