Changeset 53552 for trunk/.env
- Timestamp:
- 06/21/2022 11:45:19 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.env
r53071 r53552 18 18 LOCAL_PHP=latest 19 19 20 # Whether or not to enable X Debug.20 # Whether or not to enable Xdebug. 21 21 LOCAL_PHP_XDEBUG=false 22 23 ## 24 # The Xdebug features to enable. 25 # 26 # By default, the following features are enabled in the local environment: 27 # - Development helpers (`develop`). 28 # - Step debugging (`debug`). 29 # 30 # To generate a code coverage report, `coverage` mode must be active. 31 # 32 # For a full list of accepted values, see https://xdebug.org/docs/all_settings#mode. 33 ## 34 LOCAL_PHP_XDEBUG_MODE=develop,debug 22 35 23 36 # Whether or not to enable Memcached.
Note: See TracChangeset
for help on using the changeset viewer.