This should allow to write your config file like:
web.yaml:
production_db: name: postgresql:///?service=swh-web
thus allowing to use pg_services and pgpass to declare postgresl access
configuration.
Might help for containerized execution environment where db
configuration can be dynamic.
Depends on D6335