Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit c7ed16b

Browse files
authored
Update application.properties
1 parent f1ea43f commit c7ed16b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/application.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,16 @@ spring.jpa.properties.hibernate.search.backend.directory.type = local-filesystem
168168
spring.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
178178
registry.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
182182
registry.client.user=apiUser
183183
# The container registry api password

0 commit comments

Comments
 (0)