From 7a4b408af2bba08b1ca0da132ac4ffb9c53cf096 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 9 Aug 2022 15:45:22 +0200 Subject: [PATCH] fix demodb --- community/resources/g/all/demodb.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/resources/g/all/demodb.json b/community/resources/g/all/demodb.json index 9ee45984da..7ed048342c 100755 --- a/community/resources/g/all/demodb.json +++ b/community/resources/g/all/demodb.json @@ -2,12 +2,12 @@ "workspace_id": "starter", "path": "g/all/demodb", "value": { - "host": "demodb.service.consul", - "port": "6543", - "user": "postgres", + "host": "postgres-demodb.node.consul", + "port": "5432", + "user": "myuser", "dbname": "demodb", "sslmode": "disable", - "password": "demodb" + "password": "password" }, "description": "demodb", "resource_type": "postgresql",