diff --git a/apps/backend/.env.example b/apps/backend/.env.example new file mode 100644 index 0000000..1dd79ad --- /dev/null +++ b/apps/backend/.env.example @@ -0,0 +1,7 @@ +APP_PORT = 3000 + +DATABASE_URL = + +ACCESS_TOKEN_SECRET = +REFRESH_TOKEN_SECRET = +COOKIE_SECRET = \ No newline at end of file