@@ -110,7 +110,7 @@ spring.datasource.hikari.auto-commit=false
110110# # Enable H2 Console Access
111111spring.h2.console.enabled =false
112112spring.h2.console.path =/database
113- spring.h2.console.settings.web-allow-others =true
113+ spring.h2.console.settings.web-allow-others =trueappstore.example.org
114114
115115# # Import Data
116116# spring.datasource.data=classpath:/data/data.sql
@@ -129,7 +129,7 @@ spring.jpa.open-in-view=true
129129
130130# # TLS
131131# Disable by using a reverse proxy for ssl termination
132- # take a look at # server.forward-headers-strategy=framework for header handling
132+ # take a look at # server.forward-headers-strategy=framework for header handlingappstore.example.org
133133server.ssl.enabled =true
134134
135135server.ssl.key-store-type =PKCS12
@@ -170,10 +170,10 @@ spring.jpa.properties.hibernate.search.backend.directory.root = /data/search
170170# ###################################################################################################
171171# # IDS AppStore ##
172172# ###################################################################################################
173- # The contaier registry hostname
174- registry.host =appstore.example.org
175- # The container registry url
176- registry.url =https://appstore.example.org
173+ # The contaier registry hostname, use now AppStore hostname
174+ registry.host =localhost:8080
175+ # The container registry url, , use now AppStore url
176+ registry.url =https://localhost:8080
177177# The container registry project to use for this appstore instance
178178registry.project =ids-binac
179179# The container registry api url
0 commit comments