Restoring default properties to provide a distribution according to documentation (https://docs.alfresco.com/search-enterprise/tasks/solr-install.html)

This commit is contained in:
Angel Borroy
2019-06-07 11:22:37 +02:00
parent da06269f3e
commit 8e30f4906c
2 changed files with 20 additions and 18 deletions

View File

@@ -35,15 +35,16 @@ alfresco.recordUnindexedNodes=false
# none, https
alfresco.secureComms=https
# ssl
#alfresco.encryption.ssl.keystore.type=
#alfresco.encryption.ssl.keystore.provider=
#alfresco.encryption.ssl.keystore.location=
#alfresco.encryption.ssl.keystore.passwordFileLocation=
#alfresco.encryption.ssl.truststore.type=
#alfresco.encryption.ssl.truststore.provider=
#alfresco.encryption.ssl.truststore.location=
#alfresco.encryption.ssl.truststore.passwordFileLocation=
# ssl, default values
# keystore and trustore files are not provided by default
alfresco.encryption.ssl.keystore.type=JCEKS
alfresco.encryption.ssl.keystore.provider=
alfresco.encryption.ssl.keystore.location=ssl.repo.client.keystore
alfresco.encryption.ssl.keystore.passwordFileLocation=ssl-keystore-passwords.properties
alfresco.encryption.ssl.truststore.type=JCEKS
alfresco.encryption.ssl.truststore.provider=
alfresco.encryption.ssl.truststore.location=ssl.repo.client.truststore
alfresco.encryption.ssl.truststore.passwordFileLocation=ssl-truststore-passwords.properties
# Default Tracker
alfresco.cron=0/10 * * * * ? *

View File

@@ -35,15 +35,16 @@ alfresco.recordUnindexedNodes=false
# none, https
alfresco.secureComms=https
# ssl
#alfresco.encryption.ssl.keystore.type=
#alfresco.encryption.ssl.keystore.provider=
#alfresco.encryption.ssl.keystore.location=
#alfresco.encryption.ssl.keystore.passwordFileLocation=
#alfresco.encryption.ssl.truststore.type=
#alfresco.encryption.ssl.truststore.provider=
#alfresco.encryption.ssl.truststore.location=
#alfresco.encryption.ssl.truststore.passwordFileLocation=
# ssl, default values
# keystore and trustore files are not provided by default
alfresco.encryption.ssl.keystore.type=JCEKS
alfresco.encryption.ssl.keystore.provider=
alfresco.encryption.ssl.keystore.location=ssl.repo.client.keystore
alfresco.encryption.ssl.keystore.passwordFileLocation=ssl-keystore-passwords.properties
alfresco.encryption.ssl.truststore.type=JCEKS
alfresco.encryption.ssl.truststore.provider=
alfresco.encryption.ssl.truststore.location=ssl.repo.client.truststore
alfresco.encryption.ssl.truststore.passwordFileLocation=ssl-truststore-passwords.properties
# Default Tracker
alfresco.cron=0/10 * * * * ? *