how to get the username and password of postgresql database code example
Example: set username and password for postgresql database
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"