Given that libpq uses variables of the form PG, shouldn't the docker image do the same?
This makes maintaining env vars particularly confusing throughout a project where the docker image wants the names formatted as POSTGRES_ where all the client apps prefer PG*
Given that libpq uses variables of the form PG, shouldn't the docker image do the same? This makes maintaining env vars particularly confusing throughout a project where the docker image wants the names formatted as POSTGRES_ where all the client apps prefer PG*