cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Change password to be environment variable #11

Closed Carifio24 closed 2 years ago

Carifio24 commented 2 years ago

This PR changes the database password (which has been changed) in the code from a string literal to the environment variable DB_PASSWORD. This variable is set in our Elastic Beanstalk environment on AWS.