I'm using the Docker Adminer image. It looks like this should go into index.php, but it's not clear to me if it should replace what's in index.php or be added to it.
I want to configure Adminer to log in automatically to a PostgreSQL database with a fixed server name, username, password, and database name. I know very little PHP. Where do I start?