mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Minor corrections.
This commit is contained in:
@@ -135,6 +135,7 @@ http://localhost:8083/solr
|
||||
http://localhost:9090/zeppelin
|
||||
|
||||
SSL
|
||||
|
||||
http://localhost:8080/share
|
||||
|
||||
http://localhost:8080/alfresco
|
||||
|
@@ -122,8 +122,12 @@ module.exports = class extends Generator {
|
||||
// Add resources for SSL configuration
|
||||
if (this.props.httpMode == 'https') {
|
||||
this.fs.copy(
|
||||
this.templatePath('keystores'),
|
||||
this.destinationPath('keystores')
|
||||
this.templatePath('keystores/alfresco'),
|
||||
this.destinationPath('keystores/alfresco')
|
||||
)
|
||||
this.fs.copy(
|
||||
this.templatePath('keystores/solr'),
|
||||
this.destinationPath('keystores/solr')
|
||||
)
|
||||
this.fs.copyTpl(
|
||||
this.templatePath(this.props.acsVersion + '/alfresco-https'),
|
||||
@@ -153,6 +157,10 @@ module.exports = class extends Generator {
|
||||
this.templatePath(this.props.acsVersion + '/zeppelin-https'),
|
||||
this.destinationPath('zeppelin-https')
|
||||
)
|
||||
this.fs.copy(
|
||||
this.templatePath('keystores/zeppelin'),
|
||||
this.destinationPath('keystores/zeppelin')
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -28,7 +28,7 @@ services:
|
||||
-Ddb.password=alfresco
|
||||
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
|
||||
-Dsolr.host=solr6
|
||||
-Dsolr.port=8983
|
||||
-Dsolr.port.ssl=8983
|
||||
-Dsolr.secureComms=<%=secureComms%>
|
||||
-Dsolr.base.url=/solr
|
||||
-Dindex.subsystem.name=solr6
|
||||
|
Reference in New Issue
Block a user