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?
In
monsters_api/bin/configuredb.shthere 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?