# This file is a "template" of what your parameters.yml file should look like
parameters:
- database_driver: pdo_mysql
- database_host: 127.0.0.1
- database_port: ~
- database_name: symfony
- database_user: root
- database_password: ~
- # You should uncomment this if you want use pdo_sqlite
+ database_driver: pdo_sqlite
database_path: "%kernel.root_dir%/data/db/poche.sqlite"
mailer_transport: smtp
}
$configFile = 'app/config/config.inc.php';
-$dbFile = 'app/db/poche.sqlite';
+$dbFile = 'data/db/poche.sqlite';
$username = 'wallabag';
$password = 'wallabag';
$salt = $parameters['parameters']['secret'];