mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
4 lines
No EOL
196 B
Text
4 lines
No EOL
196 B
Text
DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma"
|
|
TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT
|
|
DB_USER=postgres
|
|
DB_PASSWORD=YourPassword |