Created
          December 28, 2021 14:27 
        
      - 
      
- 
        Save skolhustick/c24a73f64a985dacaa0ac351b690f95a to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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