icecube / NuCat

https://nucat.icecube.aq/app
0 stars 2 forks source link

separate DB credentials #5

Closed dsschult closed 3 years ago

dsschult commented 3 years ago

Separate the DB username/password from the server username/password. This is a common security practice, to provide an extra layer of separation.

Allow the DB address to be specified in the ENV, so we can put the Madison mongodb server in there.

@ChujieChen Note: you'll need to modify your .env file a bit.

ChujieChen commented 3 years ago

@mbbu3 remember to update your .env file accordingly