metacpan / metacpan-docker

DEVELOPMENT Docker configs for MetaCPAN
Artistic License 2.0
26 stars 23 forks source link

Fix PGDB authentication #83

Closed bleargh45 closed 3 years ago

bleargh45 commented 3 years ago

In order to get metacpan_api working under Docker, a password needs to be set for the metacpan User.

This PR does both halves; sets a password in the DB setup, and then updates the config to use that password when Minion connects to the DB.