Zend Deployment - Configuration Directives
This topic lists all the configuration directives for Zend Deployment.
Configuration Directives Summary
The table below is a summary of all the Zend Deployment configuration directives, and displays the directive name, its default value, and a description:
Directive |
Default Value |
Description |
2 |
The log's verbosity level. |
|
10 |
The maximum size of the log file before it is rotated. |
|
120 |
Timeout for deployment tasks. |
|
Path to Zend Framework 2 |
||
Path to Zend Server Gateway |
||
1 |
When enabled, will allow application package download when triggered by user |
Configuration Directives Details
The list below contains information for all the available configuration directives for Zend Deployment: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
zend_deployment.log_verbosity_level
The log's verbosity level.
Default Value: 2
Type: int
Available Since Version: 5.5
zend_deployment.log_rotation_size
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Available Since Version: 6.0
zend_deployment.tasks_timeout
Timeout for deployment tasks.
Default Value: 120
Units: seconds
Type: int
Available Since Version: 5.5
zf2_path
Path to Zend Framework 2
Default Value:
Type: string
Available Since Version: 6.3
zend_server_modules_path
Path to Zend Server Gateway
Default Value:
Type: string
Available Since Version: 6.3
zend_deployment.auto_download
When enabled, will allow application package download when triggered by user
Default Value: 1
Type: boolean
Available Since Version: 6.2