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

5 lines
No EOL
316 B
Text

# 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
DB_PASSWORD=YourPassword