mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 05:18:48 +00:00
5 lines
No EOL
316 B
Text
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 |