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

Commit 2a2024e

Browse files
authored
Update application.properties
1 parent 0498ed2 commit 2a2024e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/application.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ spring.datasource.hikari.auto-commit=false
110110
## Enable H2 Console Access
111111
spring.h2.console.enabled=false
112112
spring.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
133133
server.ssl.enabled=true
134134

135135
server.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
178178
registry.project=ids-binac
179179
# The container registry api url

0 commit comments

Comments
 (0)