Skip to content

Commit 9c65eb9

Browse files
Merge pull request #8567 from mandy-chessell/egeria-release-5.2
Add missing comma to placeholder properties
2 parents 2e0ea46 + 7988904 commit 9c65eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container.application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ platform.placeholder.variables=\
6565
"egeriaEndpoint" : "https://host.docker.internal:9443",\
6666
"postgreSQLDatabaseURL" : "jdbc:postgresql://host.docker.internal:5442/egeria",\
6767
"secretsStore" : "loading-bay/secrets/default.omsecrets",\
68-
"postgreSQLServerCollectionName" : "PostgreSQL Server:LocalPostgreSQL1"\
68+
"postgreSQLServerCollectionName" : "PostgreSQL Server:LocalPostgreSQL1",\
6969
"metadataAccessSecretsStore" : "loading-bay/secrets/coco-user-directory.omsecrets",\
7070
"metadataAccessCollectionName" : "userDirectory"\
7171
}

0 commit comments

Comments
 (0)