Skip to content

Release of version 1.5.0

Latest
Compare
Choose a tag to compare
@rafael-figueiredo-alves rafael-figueiredo-alves released this 27 Nov 01:17

Thanks to @tbratsas, this release fixes a bug with comments on .env files. Now, if you want to add a comment on your dotenv file, you should use the character # and a space like in the following line:

DBPASSWORD=Et31#1ii21 # this is a comment

If you type: DBPASSWORD=Et31#1ii21 #this is a comment
You'll get the DBPASSWORD's result equals to Et31#1ii21 #this is a comment