Add Get Content compress option to Yeoman Generator.

This commit is contained in:
Angel Borroy
2020-01-22 10:37:37 +01:00
parent 9d477a5fcc
commit 2882b8edc2
5 changed files with 38 additions and 4 deletions

View File

@@ -111,7 +111,8 @@ When using Community, some different options can be combined:
? Would you like to use HTTP or mTLS for Alfresco-SOLR communication? http
? Would you like to use HTTP or HTTPs for Web Proxy? http
? Would you like to protect the access to SOLR REST API? Yes
? Would you like to use a SOLR Replication (2 nodes in master-slave)? No
? Would you like to use a SOLR Replication? No
? Would you like to compress Get Content responses? No
```
**Note** that when choosing *mTLS* or *HTTPs*, default certificates, truststores and keystores are provided for testing purposes. If you are planning to use this Docker Compose template for real environments, replace these cryptographic stores with another generated by yourself to increase the security of your system.