# cat myproject/.env | grep DB DB_CONNECTION=pgsql DB_HOST=<your_database_IP_address> DB_PORT=5432 DB_DATABASE=postgres DB_USERNAME=postgres DB_PASSWORD=postgres