Added NEXTAUTH_URL back to .env.example as it is required on Vercel
This commit is contained in:
		
							parent
							
								
									5ebd9d5270
								
							
						
					
					
						commit
						a17d477d20
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -2,6 +2,10 @@ DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>/<db-name>' | |||
| GOOGLE_API_CREDENTIALS='secret' | ||||
| BASE_URL='http://localhost:3000' | ||||
| 
 | ||||
| # @see: https://github.com/calendso/calendso/issues/263 | ||||
| # Required for Vercel hosting - set NEXTAUTH_URL to equal your BASE_URL | ||||
| # NEXTAUTH_URL='http://localhost:3000' | ||||
| 
 | ||||
| # Remove this var if you don't want Calendso to collect anonymous usage | ||||
| NEXT_PUBLIC_TELEMETRY_KEY=js.2pvs2bbpqq1zxna97wcml.oi2jzirnbj1ev4tc57c5r | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Alex van Andel
						Alex van Andel