You are here

chef__local.yml in Drupal driver for SQL Server and SQL Azure 8.2

chef/chef__local.yml

File

chef/chef__local.yml
View source
  1. # Only use this for environment with name "local"
  2. scope-environment-regex: 'local.*'
  3. deployers:
  4. php:
  5. runtime:
  6. - {type: 'ini', multivalue: true, 'key':zend_extension, 'value':php_xdebug.dll}
  7. - {type: 'ini','key':opcache.revalidate_freq , 'value': 5}
  8. - {type: 'ini','key':opcache.validate_timestamps , 'value': On}