Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DmlHandler using wrong port (#630)
DmlHandler was using port number handed to it by Hasura, which is 5432. We want it to use 6432 which is the port specified by the env variable. 6432 points to pgBouncer.
- Loading branch information