You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file serves as a template for configuring environment variables in your application.
# You should create a .env file based on this template and provide the appropriate values.
# PORT: The port on which your server will run. You can change it according to your needs.
PORT=8080
# MONGODB_URI: The connection URL to your MongoDB database. Make sure to configure this with the correct URL for your application to connect to the database.