Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skolhustick/c24a73f64a985dacaa0ac351b690f95a to your computer and use it in GitHub Desktop.
Save skolhustick/c24a73f64a985dacaa0ac351b690f95a to your computer and use it in GitHub Desktop.
# Chane this to your own MongoDB URI.
MONGODB_URI="mongodb://localhost:27017/demo_project"
# in production, change this to the real URL.
NEXTAUTH_URL="http://localhost:3000"
# Random Secret - You can make one with $ openssl rand -base64 32
SECRET="wXljAz4IWrq1fhojbROM1VmGkLNNKayOxu7kN4Vqnhg="
# SMTP Example for Gmail
EMAIL_SERVER_USER="[email protected]"
EMAIL_SERVER_PASSWORD="MyGmailPassword"
EMAIL_SERVER_HOST="smtp.gmail.com"
EMAIL_SERVER_PORT="587"
EMAIL_FROM="[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment