Skip to content

Commit

Permalink
Merge pull request #212 from xenit-eu/patch-readme-solrSharedSecretCo…
Browse files Browse the repository at this point in the history
…nfig

SPWPRI-374 Update README.md
  • Loading branch information
RVanhuysseXenit authored Nov 18, 2024
2 parents 7b06779 + 9bcd39e commit ca18478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Environment variables:
| SOLR_HOST | solr.host | solr | |
| SOLR_PORT | solr.port | 8080 | |
| SOLR_PORT_SSL | solr.port.ssl | 8443 | |
| SOLR_SSL | solr.secureComms | https | |
| SOLR_SSL | solr.secureComms | https | When using value `secret`, the global property environment variable `GLOBAL_solr.sharedSecret=<secret-value>` should be added to this container. The solr should also be configured with the appropriate properties and secret value. |
| ENABLE_CLUSTERING | alfresco.cluster.enabled | false | |
| TOMCAT_SSL_KEYSTORE | encryption.ssl.keystore.location | /keystore/ssl.keystore | Path for the ssl keystore file. Added to both the Tomcat connector and alfresco-global.properties |
| TOMCAT_SSL_KEYSTORE_KEY_META_DATA_LOCATION | encryption.ssl.keystore.keyMetaData.location | /keystore/keystore-passwords.properties | Path for the ssl keystore file. Added to both the Tomcat connector and alfresco-global.properties |
Expand Down Expand Up @@ -191,4 +191,4 @@ the repository to build.gradle and add
-Penterprise
```

to your build commands.
to your build commands.

0 comments on commit ca18478

Please sign in to comment.