DEV Community

Discussion on: How I build a full-fledged app with Next.js and MongoDB Part 3: Email Verification, Password Reset/Change

Collapse
 
mlkrsrc profile image
Mustafa ilker Sarac

You are doing great! Adding an .env.example is an awesome practice, even you do not have to add valid keys though. I am waiting for some deployment section with alternatives.

Collapse
 
hoangvvo profile image
Hoang

Thanks. Which alternatives are you looking for? There are way too many :p

In general, you actually do not use .env file, but using the environmental variable settings provided by the platform.