Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.44 KB

environment.md

File metadata and controls

30 lines (25 loc) · 1.44 KB

Zend Server Buildpack Environment variables

Debug and development

  1. ZEND_DEVELOPMENT - if set to 1, then patches are downloaded from repos-source.zend.com to prevent hitting CDN cache. This is useful while developing patch.
  2. ZEND_CF_DEBUG - after finishing start up print some debug information.
  3. ZEND_LOG_VERBOSITY - if set, then log verbosity of ZS daemons is set to it's value. Additionally enables debug mode in ZS UI.
  4. ZEND_CLEAR_CACHE - if set, in compile stage cache is cleared before downloading tarballs. This is useful mainly for debug purposes.

Zend Server customization

  1. ZEND_DOCUMENT_ROOT - can be used to customize document root relative to root of application uploaded.
  2. ZS_ADMIN_PASSWORD - if set, then Zend Server admin password is initialy set to it's value.
  3. ZS_DB - if set, indicates name of database that should be used for Zend Server. At bootstrap service with such database name will be searched and it's parameters used.
  4. ZEND_WEB_SERVER - allows choosing between nginx and apache. By default apache is used. If this variable is set to "nginx", then nginx is used instead.
  5. ZEND_DB2_DRIVER - set to 1 to force installation of DB2 PHP extensions or set to 0 to force disable of DB2 PHP extensions.

License related

  1. ZEND_LICENSE_ORDER - override Zend Server license order
  2. ZEND_LICENSE_KEY - override Zend Server license key