Skip to content

Commit 59fd632

Browse files
committed
add config for gn-ogc-api-records microservice, enabled by default
the url points at a jar built from https://github.com/geonetwork/geonetwork-microservices/releases/tag/4.2.2 compatible with the geonetwork 4.2.2 shipped in georchestra. when geonetwork/geonetwork-microservices#72 is merged and geonetwork is upgraded to 4.2.3 we can point the georchestra CI at this upstream repo, until now use this self-built jar..
1 parent a2a567d commit 59fd632

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playbooks/georchestra.yml

+4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
enabled: true
210210
port: 8580
211211
url: https://packages.georchestra.org/bot/wars/geonetwork-microservices/searching.jar
212+
gn_ogc_api_records:
213+
enabled: true
214+
port: 8880
215+
url: https://packages.georchestra.org/bot/wars/geonetwork-microservices/gn-ogc-api-records.jar
212216
datahub:
213217
enabled: true
214218
url: https://packages.georchestra.org/bot/datahub/datahub.zip

0 commit comments

Comments
 (0)