quinnmil / summit

Comprehensive Mountaineering Resource
1 stars 0 forks source link

setup .env #12

Open quinnmil opened 5 years ago

quinnmil commented 5 years ago

Related to #9, will need to create a private .env with database credentials. This won't be committed, but I will commit an environment template with instructions on how to fill in your own. Environment will eventually also be used to distinguish between dev/production releases, though I need to look more into this.

quinnmil commented 5 years ago

Leaving this issue open but removing it from the Proof of Concept sprint. Currently using a non-comited config.js file to configure our individual connections to our hosted MongoDB. This can be rolled into a more formal environment further on, but this is a DevOps task and is not required for our proof of concept.