/home/sharedstore/public_html/prestashop.sharedstore.ma/app/config
NameSizeModeActions
addons/-0755rm
api_platform/-0755rm
config.yml34210644editdlrm
config_dev.yml14450644editdlrm
config_legacy.yml5380644editdlrm
config_legacy_dev.yml450644editdlrm
config_legacy_prod.yml2770644editdlrm
config_legacy_test.yml490644editdlrm
config_prod.yml8190644editdlrm
config_test.yml14450644editdlrm
doctrine.yml9360644editdlrm
parameters.php32120644editdlrm
parameters.yml110644editdlrm
parameters.yml.dist9830644editdlrm
routing.yml3030644editdlrm
routing_dev.yml3140644editdlrm
security_dev.yml8890644editdlrm
security_prod.yml6250644editdlrm
security_test.yml9650644editdlrm
services.yml2420644editdlrm
set_parameters.php30160644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/app/config/config_dev.yml (1445B)
imports: - { resource: config.yml } - { resource: security_dev.yml } framework: router: resource: "%kernel.root_dir%/config/routing_dev.yml" strict_requirements: true profiler: { only_exceptions: false } web_profiler: toolbar: '%use_debug_toolbar%' intercept_redirects: false monolog: handlers: main: type: rotating_file max_files: '%env(PS_LOG_MAX_FILES)%' path: '%env(PS_LOG_OUTPUT)%' level: debug channels: [ "!event" ] console: type: console bubble: false verbosity_levels: VERBOSITY_VERBOSE: INFO VERBOSITY_VERY_VERBOSE: DEBUG channels: [ "!doctrine" ] console_very_verbose: type: console bubble: false verbosity_levels: VERBOSITY_VERBOSE: NOTICE VERBOSITY_VERY_VERBOSE: NOTICE VERBOSITY_DEBUG: DEBUG channels: [ "doctrine" ] # uncomment to get logging in your browser # you may have to allow bigger header sizes in your Web server configuration # firephp: # type: firephp # level: info # chromephp: # type: chromephp # level: info # swiftmailer: # delivery_address: me@example.com prestashop: addons: api_client: ttl: 300 # 5min tactician: commandbus: default: middleware: - prestashop.core.command_bus.middleware.command_register_middleware - tactician.middleware.command_handler