diff --git a/code/backend/.env.example b/code/backend/.env.example deleted file mode 100644 index 85e1c59..0000000 --- a/code/backend/.env.example +++ /dev/null @@ -1,2 +0,0 @@ -DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma" -TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT