PORT=5000

MONGO_URI=mongodb://127.0.0.1:27017/auth-ts

ACCESS_TOKEN_SECRET=accesssecret
REFRESH_TOKEN_SECRET=refreshsecret

NODE_ENV=development

CLIENT_URL=http://localhost:5173