diff --git a/code/backend/env.example b/code/backend/.env.example similarity index 86% rename from code/backend/env.example rename to code/backend/.env.example index c6c663a..85e1c59 100644 --- a/code/backend/env.example +++ b/code/backend/.env.example @@ -1,2 +1,2 @@ DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma" -TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT \ No newline at end of file +TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT