|
243 | 243 | # deploy: #
|
244 | 244 | # REDIS_USE_SLAVE_CONNECTION: true #
|
245 | 245 | #######################################################################################################################
|
246 |
| -# QUEUE_CONFIGURATION - use this environment variable to retain customized AMQP service settings between deployments. # |
| 246 | +# QUEUE_CONFIGURATION - Replace or modify the AMQP configuration generated during the deployment process. This # |
| 247 | +# configuration is generated only if your project has been configured with a RabbitMQ service. # |
| 248 | +# To replace the existing configuration, specify values for each configuration option required # |
| 249 | +# for your environment. To modify the existing configuration, specify values only for the # |
| 250 | +# options to add or update. Then, add the `_merge: true` option. # |
247 | 251 | # Magento Version: 2.1.4 and later #
|
248 | 252 | # Default value: not set #
|
249 | 253 | # Stages: deploy #
|
|
261 | 265 | # host: mq.host #
|
262 | 266 | # port: 1234 #
|
263 | 267 | #######################################################################################################################
|
264 |
| -# SEARCH_CONFIGURATION - use this variable to retain customized search service settings between deployments. # |
| 268 | +# SEARCH_CONFIGURATION - Replace or modify the Magento search configuration generated during the deployment process. # |
| 269 | +# The generated configuration is based on the available relationships. # |
| 270 | +# To replace the existing configuration, specify values for each configuration option required # |
| 271 | +# for your environment. To modify the existing configuration, specify values only for the # |
| 272 | +# options to add or update. Then, add the `_merge: true` option. # |
265 | 273 | # Magento Version: 2.1.4 and later #
|
266 | 274 | # Default value: not set #
|
267 | 275 | # Stages: deploy #
|
|
275 | 283 | # elasticsearch_index_prefix: magento #
|
276 | 284 | # elasticsearch_server_timeout: '15' #
|
277 | 285 | #######################################################################################################################
|
278 |
| -# ELASTICSUITE_CONFIGURATION - use this variable to retain customized ElasticSuite service settings # |
279 |
| -# between deployments. All configs provided in this configuration are nested in main ElasticSuite # |
280 |
| -# config section 'system/default/smile_elasticsuite_core_base_settings' # |
| 286 | +# ELASTICSUITE_CONFIGURATION - Customize ElasticSuite service configuration stored in the # |
| 287 | +# 'system/default/smile_elasticsuite_core_base_settings' section of the config.php file. # |
| 288 | +# To replace the existing configuration, specify values for each configuration option # |
| 289 | +# required for your environment. To modify the existing configuration, specify values # |
| 290 | +# only for the options to add or update. Then, add the `_merge: true` option. # |
281 | 291 | # Magento Version: 2.2.0 and later #
|
282 | 292 | # Default value: Depends on template configuration of ElasticSearch (i.e. default number of replicas and shards) #
|
283 | 293 | # and ElasticSearch host. #
|
|
320 | 330 | # - consumer1 #
|
321 | 331 | # - consumer2 #
|
322 | 332 | #######################################################################################################################
|
323 |
| -# CACHE_CONFIGURATION - use to configure Redis page and default caching. By default, the deployment process # |
324 |
| -# overwrites all settings in the env.php file. When setting the cm_cache_backend_redis # |
325 |
| -# parameter, you must specify the server, port, and database options. # |
| 333 | +# CACHE_CONFIGURATION - Replace or modify the Magento cache configuration generated during the deployment process. # |
| 334 | +# To replace the existing configuration, specify values for each configuration option required # |
| 335 | +# for your environment. To modify the existing configuration, specify values only for the # |
| 336 | +# options to add or update. Then, add the `_merge: true` option. # |
326 | 337 | # Magento Version: Magento 2.1.4 and later #
|
327 | 338 | # Default value: not set #
|
328 | 339 | # Stages: deploy #
|
|
336 | 347 | # page_cache: #
|
337 | 348 | # backend: file #
|
338 | 349 | #######################################################################################################################
|
339 |
| -# SESSION_CONFIGURATION - use to configure Redis session storage. You must specify the save, redis, host, port, # |
340 |
| -# and database options for the session storage variable. # |
341 |
| -# By default, the deployment process overwrites all settings in the env.php file. # |
| 350 | +# LOCK_PROVIDER - Use to set the lock provider. # |
| 351 | +# The lock provider prevents the launch of duplicate cron jobs and cron groups. # |
| 352 | +# You must use the file lock provider in the Production environment. Starter environments and # |
| 353 | +# the Pro Integration environment do not use the MAGENTO_CLOUD_LOCKS_DIR variable, so ece-tools # |
| 354 | +# applies the db lock provider automatically. # |
| 355 | +# Magento Version: 2.2.5 and later # |
| 356 | +# Default value: "file" # |
| 357 | +# Stages: deploy # |
| 358 | +# Example: # |
| 359 | +# stage: # |
| 360 | +# deploy: # |
| 361 | +# LOCK_PROVIDER: "db" # |
| 362 | +####################################################################################################################### |
| 363 | +# SESSION_CONFIGURATION - Replace or modify the Magento session configuration generated during the deployment process.# |
| 364 | +# By default, ece-tools configures Magento to store Redis session data. # |
| 365 | +# To replace the existing configuration, specify values for each configuration option # |
| 366 | +# required for your environment. To modify the existing configuration, specify values only # |
| 367 | +# for the options to add or change. Then, add the `_merge: true` option. # |
342 | 368 | # Magento Version: Magento 2.1.4 and later #
|
343 | 369 | # Default value: not set #
|
344 | 370 | # Stages: deploy #
|
|
358 | 384 | # port: 6379 #
|
359 | 385 | # save: redis #
|
360 | 386 | #######################################################################################################################
|
361 |
| -# DATABASE_CONFIGURATION - use to configure database connections. You must specify at least the default connection. # |
362 |
| -# By default, the deployment process overwrites all settings in the env.php file. # |
363 |
| -# In case when added option "_merge: true" setting are merging with default configuration. # |
364 |
| -# # |
| 387 | +# DATABASE_CONFIGURATION – Customize the Magento database connection information generated by ece-tools during the # |
| 388 | +# deployment process. # |
| 389 | +# To replace the existing configuration, specify values for each configuration option # |
| 390 | +# required for your environment. To modify the existing configuration, specify values only # |
| 391 | +# for the options to add or update. Then, add the `_merge: true` option. # |
365 | 392 | # Magento Version: Magento 2.1.4 and later #
|
366 | 393 | # Default value: not set #
|
367 | 394 | # Stages: deploy #
|
|
396 | 423 | # initStatements: SET NAMES utf8 #
|
397 | 424 | # active: 1 #
|
398 | 425 | #######################################################################################################################
|
399 |
| -# RESOURCE_CONFIGURATION - use to map a resource name to a database connection. # |
400 |
| -# By default, the deployment process overwrites all settings in the env.php file; # |
401 |
| -# however, you can choose to merge one or more values for a service configuration without # |
402 |
| -# overwriting all of the values. # |
403 |
| -# # |
404 |
| -# Set the _merge option to one of the following: # |
405 |
| -# true - Merge the configured service values with the environment variable values. # |
406 |
| -# false - Overwrite the configured service values with the environment variable values. # |
407 |
| -# # |
| 426 | +# RESOURCE_CONFIGURATION - Replace or modify the data connection resource configuration generated during deployment. # |
| 427 | +# This configuration maps a resource name to a database connection. # |
| 428 | +# To replace the existing configuration, specify values for each configuration option # |
| 429 | +# needed for your environment. To modify the existing configuration, specify values only for # |
| 430 | +# the options to add or update. Then, add the `_merge: true` option. # |
408 | 431 | # Magento Version: Magento 2.1.4 and later #
|
409 | 432 | # Default value: not set #
|
410 | 433 | # Stages: deploy #
|
|
451 | 474 | # MIN_LOGGING_LEVEL - use to override the minimum logging level for all output streams without making changes #
|
452 | 475 | # to the code. This helps to improve troubleshooting problems with deployment. For example, if #
|
453 | 476 | # your deployment fails, you can use this variable to increase the logging granularity globally. #
|
| 477 | +# Doesn't affect log level for the file output. # |
454 | 478 | # See Set up notifications—Log levels. #
|
455 | 479 | # The min_level value in Logging handlers overwrites this setting. #
|
456 | 480 | # Magento Version: Magento 2.1.4 and later #
|
|
0 commit comments