-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making rabbitmq optional for gateway
- Loading branch information
1 parent
8180e6a
commit 6bd2da2
Showing
6 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
Submodule datadir
updated
20 files
+18 −4 | README.md | |
+5 −3 | console/templates/newaccount-notification-template.txt | |
+9 −4 | datafeeder/datafeeder.properties | |
+6 −0 | datafeeder/metadata_transform.xsl | |
+44 −0 | datahub/README.md | |
+12 −0 | datahub/scripts/add-header-webcomponent.sh | |
+12 −0 | datahub/scripts/add-header.sh | |
+17 −0 | default.properties | |
+2 −0 | gateway/application.yaml | |
+19 −12 | gateway/gateway.yaml | |
+0 −15 | gateway/roles-mappings.yaml | |
+6 −4 | gateway/routes.yaml | |
+3 −1 | gateway/security.yaml | |
+0 −196 | geonetwork/log4j/log4j.xml | |
+142 −0 | geonetwork/log4j/log4j2.xml | |
+4 −0 | geonetwork/microservices/ogc-api-records/config.yml | |
+5 −3 | mapstore/configs/README.md | |
+72 −25 | mapstore/configs/localConfig.json | |
+0 −15 | mapstore/log4j.properties | |
+24 −0 | mapstore/log4j2.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule georchestra
updated
72 files