12 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Example environment variables for local development
 | |
| # Copy this file to .env.local and update values as needed
 | |
| 
 | |
| # Base URL for the application (used for QR codes and social sharing)
 | |
| NEXT_PUBLIC_BASE_URL=http://localhost:3000
 | |
| 
 | |
| # Analytics (optional)
 | |
| NEXT_PUBLIC_GA_ID=your-google-analytics-id
 | |
| 
 | |
| # Contact form (if adding contact forms later)
 | |
| CONTACT_EMAIL=contact@rooftop.my
 |