Skip to content

Commit ca18478

Browse files
Merge pull request #212 from xenit-eu/patch-readme-solrSharedSecretConfig
SPWPRI-374 Update README.md
2 parents 7b06779 + 9bcd39e commit ca18478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Environment variables:
113113
| SOLR_HOST | solr.host | solr | |
114114
| SOLR_PORT | solr.port | 8080 | |
115115
| SOLR_PORT_SSL | solr.port.ssl | 8443 | |
116-
| SOLR_SSL | solr.secureComms | https | |
116+
| 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. |
117117
| ENABLE_CLUSTERING | alfresco.cluster.enabled | false | |
118118
| 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 |
119119
| 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 |
@@ -191,4 +191,4 @@ the repository to build.gradle and add
191191
-Penterprise
192192
```
193193

194-
to your build commands.
194+
to your build commands.

0 commit comments

Comments
 (0)