stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

.env checked into source control #24

Closed MarvinJanssen closed 3 years ago

MarvinJanssen commented 3 years ago

It seems dangerous to check .env into source control. I suggest creating a sample.env file and unchecking .env. The file us usually reserved for environment specific information and my contain sensitive data. setup.sh checks for the existence of the file anyway, and it could even copy sample.env if no custom .env exists.

wileyj commented 3 years ago

https://github.com/blockstack/stacks-local-dev/commit/59f2d40a555f23085e0f19f437a64c61de4fcc88