<aside> 💡 This page stores a list of environment variable that we use across the backend.
</aside>
MONGODB_URL = "mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority&appName=Cluster0"
JWT_SECRET = "f4a458df04998cff2c0190f6de9816ab4c665bd36076baadd749d32a0bd7b2c2"
PORT = 8080
NGROK_AUTH_TOKEN = "2E4y399svv4fsakXECypsFXunQv_36phpnehFEBLZ32Bpo2U1"
APP_URL = "<http://localhost:8080>"