diff --git a/code/backend/env.example b/code/backend/env.example new file mode 100644 index 0000000..c6c663a --- /dev/null +++ b/code/backend/env.example @@ -0,0 +1,2 @@ +DATABASE_URL="postgres://postgres:YourPassword@localhost:5432/prisma" +TOKEN_SECRET=ThisIsVeryImportantChangeThisToSomethingSecureThisIsUsedToEncryptTheJWT \ No newline at end of file