node_postgres icon indicating copy to clipboard operation
node_postgres copied to clipboard

Sensitive data exposed

Open marcnjaramillo opened this issue 6 years ago • 0 comments

In monsters_api/bin/configuredb.sh there is a line that I think was left in unintentionally:

export PGPASSWORD='node_password'

Since this is now in the secrets/ folder, should this line be left in place? Or perhaps add a comment that states this line is for illustration purposes only and in an actual project this line would not be present?

marcnjaramillo avatar Aug 23 '18 07:08 marcnjaramillo