Skip to content

Developer Notes

Kartikey Mamgain edited this page Mar 28, 2022 · 3 revisions

Running locally connecting to remote database

You can install database in a kubernetes cluster and port forward the service. example:

kubectl port-forward svc/hippo-pgbouncer 5432:5432 -n testing

Update the database details in bindings/postgres directory. Set the environment variable SERVICE_BINDING_ROOT to bindings directory.

export SERVICE_BINDING_ROOT=`pwd`/bindings

Clone this wiki locally