Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
env.php File Reference

Go to the source code of this file.

Variables

 return ['backend'=> ['frontName'=> 'admin',], 'crypt'=> ['key'=> 'some_key',], 'session'=> ['save'=> 'files',], 'db'=> ['table_prefix'=> '', 'connection'=> [],], 'resource'=> [], 'x-frame-options'=> 'SAMEORIGIN', 'MAGE_MODE'=> 'default', 'cache_types'=> ['config'=> 1, 'layout'=> 1, 'block_html'=> 1, 'collections'=> 1, 'reflection'=> 1, 'db_ddl'=> 1, 'eav'=> 1, 'customer_notification'=> 1, 'config_integration'=> 1, 'config_integration_api'=> 1, 'full_page'=> 1, 'translate'=> 1, 'config_webservice'=> 1,], 'install'=> ['date'=> 'Thu, 09 Feb 2017 14:28:00+0000',], 'directories'=> ['document_root_is_pub'=> true]]
 

Variable Documentation

◆ return

return[ 'backend'=> [ 'frontName'=> 'admin',], 'crypt'=> [ 'key'=> 'some_key',], 'session'=> [ 'save'=> 'files',], 'db'=> [ 'table_prefix'=> '', 'connection'=> [],], 'resource'=> [], 'x-frame-options'=> 'SAMEORIGIN', 'MAGE_MODE'=> 'default', 'cache_types'=> [ 'config'=> 1, 'layout'=> 1, 'block_html'=> 1, 'collections'=> 1, 'reflection'=> 1, 'db_ddl'=> 1, 'eav'=> 1, 'customer_notification'=> 1, 'config_integration'=> 1, 'config_integration_api'=> 1, 'full_page'=> 1, 'translate'=> 1, 'config_webservice'=> 1,], 'install'=> [ 'date'=> 'Thu, 09 Feb 2017 14:28:00+0000',], 'directories'=> [ 'document_root_is_pub'=> true]]

Definition at line 46 of file env.php.