/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/parameters.yml.dist (983B)
# This file is a "template" of what your parameters.yml file should look like # Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production. # http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration parameters: database_host: 127.0.0.1 database_port: ~ database_name: prestashop database_user: root database_password: ~ database_prefix: ps_ database_engine: InnoDB # You should uncomment this if you want use pdo_sqlite # database_path: "%kernel.root_dir%/data.db3" mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: ~ mailer_password: ~ # A secret key that's used to generate certain security-related tokens secret: ThisTokenIsNotSoSecretChangeIt ps_caching: CacheMemcache ps_cache_enable: false ps_creation_date: ~ locale: en-US use_debug_toolbar: true