]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Use doctrine cache for tests
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index 36e3fe7f2a54b1360eb2c0db26e4a12143bb9655..449697505e1c13f5734c033515d25718c75397b0 100644 (file)
@@ -1,13 +1,12 @@
 # This file is a "template" of what your parameters.yml file should look like
 parameters:
-    database_driver:   pdo_mysql
+    database_driver:   pdo_sqlite
     database_host:     127.0.0.1
-    database_port:     ~
-    database_name:     symfony
-    database_user:     root
+    database_port: ~
+    database_name: symfony
+    database_user: root
     database_password: ~
-    # You should uncomment this if you want use pdo_sqlite
-    database_path: "%kernel.root_dir%/data/db/poche.sqlite"
+    database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
 
     mailer_transport:  smtp
     mailer_host:       127.0.0.1
@@ -38,5 +37,7 @@ parameters:
     export_mobi: true
     export_pdf: true
 
-    # List view
-    items_on_page: 12
\ No newline at end of file
+    # default user config
+    items_on_page: 12
+    theme: baggy
+    language: en_US