This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,16 +168,16 @@ spring.jpa.properties.hibernate.search.backend.directory.type = local-filesystem
168168spring.jpa.properties.hibernate.search.backend.directory.root = /data/search
169169
170170# ###################################################################################################
171- # # IDS AppStore ##
171+ # # Connection of IDS AppStore to Container Registry ##
172172# ###################################################################################################
173173# The contaier registry hostname, use now AppStore hostname
174- registry.host =localhost:8080
174+ registry.host =registry.example.org
175175# The container registry url, , use now AppStore url
176- registry.url =https://localhost:8080
176+ registry.url =https://registry.example.org
177177# The container registry project to use for this appstore instance
178178registry.project =ids-binac
179179# The container registry api url
180- registry.api.url =https://appstore .example.org/api/v2.0
180+ registry.api.url =https://registry .example.org/api/v2.0
181181# The container registry api username
182182registry.client.user =apiUser
183183# The container registry api password
You can’t perform that action at this time.
0 commit comments