Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 8 forks source link

Reading/writing to .env file. #70

Closed marstr closed 6 years ago

marstr commented 6 years ago

This change looks for environment variables defined in a '.env' file in the working directory. If it is found, it is loaded in.

If a database password is generated, it is stored in the .env file.

Fixes #39