@@ -116,6 +116,13 @@ improve_images_quality: false # true or false.
images_optimization_with_aws: false # true or false.
enable_usher3: false
usher3_max_overhead: 1.0 # A number, by default 1.0. Example 2.0 indicates that images optimized by usher3 can reach 2 times the size of the original (in kB)
usher3_toilmore_subservice: light # light or lux
usher3_toilmore_api_version: 2020.1 # if light 2020.1, if lux 2020.4
usher3_lux_adjustments:
master: {}
shifter: {}
encoder:
max_overhead: 1.0
google_recaptcha_site_key: <your_google_recaptcha_site_key> # Only needed if enable_bots_blocking is true. If needed you should get it from https://www.google.com/recaptcha/admin/.
google_recaptcha_site_secret: <your_google_recaptcha_site_secret> # Only needed if enable_bots_blocking is True. If needed you should get it from https://www.google.com/recaptcha/admin/.
usher3_toilmore_api_version: 2020.1 # if light 2020.1, if lux 2020.4
usher3_lux_adjustments:
master: {}
shifter: {}
encoder:
max_overhead: 1.0
google_recaptcha_site_key: <your_google_recaptcha_site_key> # Only needed if enable_bots_blocking is true. If needed you should get it from https://www.google.com/recaptcha/admin/.
google_recaptcha_site_secret: <your_google_recaptcha_site_secret> # Only needed if enable_bots_blocking is True. If needed you should get it from https://www.google.com/recaptcha/admin/.
usher3_toilmore_api_version: 2020.1 # if light 2020.1, if lux 2020.4
usher3_lux_adjustments:
master: {}
shifter: {}
encoder:
max_overhead: 1.0
google_recaptcha_site_key: <your_google_recaptcha_site_key> # Only needed if enable_bots_blocking is true. If needed you should get it from https://www.google.com/recaptcha/admin/.
google_recaptcha_site_secret: <your_google_recaptcha_site_secret> # Only needed if enable_bots_blocking is True. If needed you should get it from https://www.google.com/recaptcha/admin/.
@@ -138,6 +138,8 @@ Below are descriptions of the variables that can be configured in the file `grou
| `images_optimization_with_aws` | True or False. |
| `enable_usher3` | True or False. |
| `usher3_max_overhead` | A number, by default 1.0. Example 2.0 indicates that images optimized by usher3 can reach 2 times the size of the original (in kB) |
| `usher3_toilmore_subservice` | light or lux |
| `usher3_toilmore_api_version` | # if light 2020.1, if lux 2020.4 |
| `google_recaptcha_site_key` | Your Google reCaptcha site key. Only needed if enable_bots_blocking is True. If needed you should get it from <a href="https://www.google.com/recaptcha/admin/" target="_blank">www.google.com/recaptcha/admin/</a>. |
| `google_recaptcha_site_secret` | Your Google reCaptcha site secret. Only needed if enable_bots_blocking is True. If needed you should get it from <a href="https://www.google.com/recaptcha/admin/" target="_blank">www.google.com/recaptcha/admin/</a>. |
| `transit_encryption_key` | This will be the encryption key to encrypt and decrypt data sent from the edge servers to the Accelerator Platform and vice versa. Among other things, it is used to synchronize the certificates and their private keys. Make sure to set the same key to all the deployments you would like to synchronize. You choose the key yourself.|
@@ -138,6 +138,8 @@ Below are descriptions of the variables that can be configured in the file `grou
| `images_optimization_with_aws` | True or False. |
| `enable_usher3` | True or False. |
| `usher3_max_overhead` | A number, by default 1.0. Example 2.0 indicates that images optimized by usher3 can reach 2 times the size of the original (in kB) |
| `usher3_toilmore_subservice` | light or lux |
| `usher3_toilmore_api_version` | # if light 2020.1, if lux 2020.4 |
| `google_recaptcha_site_key` | Your Google reCaptcha site key. Only needed if enable_bots_blocking is True. If needed you should get it from <a href="https://www.google.com/recaptcha/admin/" target="_blank">www.google.com/recaptcha/admin/</a>. |
| `google_recaptcha_site_secret` | Your Google reCaptcha site secret. Only needed if enable_bots_blocking is True. If needed you should get it from <a href="https://www.google.com/recaptcha/admin/" target="_blank">www.google.com/recaptcha/admin/</a>. |
| `transit_encryption_key` | This will be the encryption key to encrypt and decrypt data sent from the edge servers to the Accelerator Platform and vice versa. Among other things, it is used to synchronize the certificates and their private keys. Make sure to set the same key to all the deployments you would like to synchronize. You choose the key yourself.|