]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
migrating legacy to symfony
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index 1da778f4127fdc486315ffbf81f0dea65e3dcf81..5ccac49228c684e1fccadfb073e40e18a16854c7 100644 (file)
@@ -7,7 +7,7 @@ parameters:
     database_user:     root
     database_password: ~
     # You should uncomment this if you want use pdo_sqlite
-    # database_path: "%kernel.root_dir%/data.db3"
+    database_path: "%kernel.root_dir%/data/db/poche.sqlite"
 
     mailer_transport:  smtp
     mailer_host:       127.0.0.1
@@ -18,3 +18,5 @@ parameters:
 
     # A secret key that's used to generate certain security-related tokens
     secret:            ThisTokenIsNotSoSecretChangeIt
+
+    download_pictures: false # if true, pictures will be stored into data/assets for each article
\ No newline at end of file