Skip to content

Instantly share code, notes, and snippets.

@nikhilkrdwivedi
Last active August 15, 2023 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhilkrdwivedi/464ee3f2210136ac25db88a36d9d1df6 to your computer and use it in GitHub Desktop.
Save nikhilkrdwivedi/464ee3f2210136ac25db88a36d9d1df6 to your computer and use it in GitHub Desktop.
Add environment variables in the .env file inside launchpad/server
ISSUER_URL= # A valid url like https://google.com
JWT_SECRET= # Your JWT secret string like IamVengeance_IamtheNight_IamBatman
PORT= # Backend app port like 9090
MONGO_URI= # Momgodb url like mongodb+srv://xxxxxxxxx:xxxxxxxxx@xxxxxxxxxxx.xxxxxxxx.mongodb.net/DB_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment