HomeSoftware Heritage

Naive attempt to add support for dsn url config style for production db

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Naive attempt to add support for dsn url config style for production db

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.

Details

Provenance
douarddaAuthored on Sep 23 2021, 6:00 PM
douarddaPushed on Sep 24 2021, 3:33 PM
Differential Revision
D6336: Naive attempt to add support for dsn url config style for production db
Build Status
Buildable 23986
Build 37419: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.