rida
08/25/2023, 5:59 AMuser
08/25/2023, 1:10 PMTAP_POSTGRES_PASSWORD
, in that case its hard to have 2 values. You could replace that with POSTGRES_PASSWORD_DEV
(or similar) and use the template feature in your environment section of the yaml like:
config:
password: ${POSTGRES_PASSWORD_DEV}