fastruby / dotenv_validator

This gem check if required env variables are present and its format using the .env and .env.sample files from Dotenv.
https://www.fastruby.io/blog/open-source/introducing-dotenv-validator.html
MIT License
50 stars 4 forks source link

Fixes/missing sample file error #40

Closed etagwerker closed 3 years ago

etagwerker commented 3 years ago

Hi there,

This PR fixes https://github.com/fastruby/dotenv_validator/issues/24.

Please check it out and let me know if you have any questions.

I will abide by the code of conduct.

Thanks!