From ee1652f850974b02eda7a8762acdec6be741702a Mon Sep 17 00:00:00 2001 From: Subrat kumar gantayat <66821171+sgantaya@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:23:41 +0530 Subject: [PATCH] Fix placeholder syntax for POSTGRES_USER --- app-config.template-local.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-config.template-local.yaml b/app-config.template-local.yaml index 8028ff8..79beffa 100644 --- a/app-config.template-local.yaml +++ b/app-config.template-local.yaml @@ -34,7 +34,7 @@ backend: # replace these to match your environment host: ${POSTGRES_HOST} port: ${POSTGRES_PORT} - user: {POSTGRES_USER} + user: ${POSTGRES_USER} password: ${POSTGRES_PASSWORD} ## Uncomment the below github integrations config to add a PAT to try out @@ -82,4 +82,4 @@ essentialLocations: frequencyInMinutes: 120 locations: - type: url - target: https://github.com/TIBCOSoftware/tibco-developer-hub/blob/main/tibco-examples/tibco-essentials.yaml \ No newline at end of file + target: https://github.com/TIBCOSoftware/tibco-developer-hub/blob/main/tibco-examples/tibco-essentials.yaml