Depends on D6345
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDENV27ddb8a16f3b: docker: use dsn connection string in web.yml
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I should explain a bit more, yes:
- first, to "normalize" the way we handle pg connection w.r.t other swh components.
- it makes it easier to write the config file without too much hardcoded constants (this is now delegated to the setup_pgsql bash function we use everywhere to generate .pg_services.conf and pgpass files.)