busy-teacher-96897
07/31/2023, 4:57 AMpostgresql-dev if service name is project-db is:
PG_HOST=$(ls /configurations | grep '\-postgresql$')
PG_PWD=$(cat /configurations/product-db/postgres-password)
PG_USR=postgres
PG_DBN=postgres
It is not ideal but it is for development.