From 687b3703facb9ee1fd38190d081d62acfd244114 Mon Sep 17 00:00:00 2001 From: Mandy Chessell Date: Sat, 4 Jan 2025 10:07:03 +0000 Subject: [PATCH] Add missing comma to placeholder properties Signed-off-by: Mandy Chessell --- container.application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container.application.properties b/container.application.properties index cd338d5de68..181b3403e20 100644 --- a/container.application.properties +++ b/container.application.properties @@ -65,7 +65,7 @@ platform.placeholder.variables=\ "egeriaEndpoint" : "https://host.docker.internal:9443",\ "postgreSQLDatabaseURL" : "jdbc:postgresql://host.docker.internal:5442/egeria",\ "secretsStore" : "loading-bay/secrets/default.omsecrets",\ - "postgreSQLServerCollectionName" : "PostgreSQL Server:LocalPostgreSQL1"\ + "postgreSQLServerCollectionName" : "PostgreSQL Server:LocalPostgreSQL1",\ "metadataAccessSecretsStore" : "loading-bay/secrets/coco-user-directory.omsecrets",\ "metadataAccessCollectionName" : "userDirectory"\ }