mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Fixing review comments.
This commit is contained in:
@@ -36,7 +36,7 @@ $ tree generators/app/templates/6.1
|
|||||||
* `docker-compose-ce.yml` is the base Docker Compose Template for Alfresco Community deployment
|
* `docker-compose-ce.yml` is the base Docker Compose Template for Alfresco Community deployment
|
||||||
* `docker-compose-ee.yml` is the base Docker Compose Template for Alfresco Enterprise deployment
|
* `docker-compose-ee.yml` is the base Docker Compose Template for Alfresco Enterprise deployment
|
||||||
* `alfresco` includes a Dockerfile template to start Alfresco Repository
|
* `alfresco` includes a Dockerfile template to start Alfresco Repository
|
||||||
* Default content model for Sharding Explicit Routing is included in folder `model`
|
* `model` includes a default content model for Sharding Explicit Routing
|
||||||
* `search` includes a Dockerfile template to start Search Services and Insight Engine
|
* `search` includes a Dockerfile template to start Search Services and Insight Engine
|
||||||
* `zeppelin` includes a Dockerfile template to start Zeppelin with SSL
|
* `zeppelin` includes a Dockerfile template to start Zeppelin with SSL
|
||||||
* `keystores` includes every truststore and keystore required for SSL configuration
|
* `keystores` includes every truststore and keystore required for SSL configuration
|
||||||
|
@@ -62,7 +62,7 @@ module.exports = class extends Generator {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
when: function (response) {
|
when: function (response) {
|
||||||
return response.sharding;
|
return response.sharding || commandProps['sharding'];
|
||||||
},
|
},
|
||||||
type: 'confirm',
|
type: 'confirm',
|
||||||
name: 'explicitRouting',
|
name: 'explicitRouting',
|
||||||
|
Reference in New Issue
Block a user