]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Changed default database name 3171/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 1 Jun 2017 07:17:05 +0000 (09:17 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 1 Jun 2017 07:17:05 +0000 (09:17 +0200)
app/config/parameters.yml.dist

index dfb33489f055296db42c2f21ec5c55b8fbe4fffe..afcee0399006a400030573bc9c5cf6d0e270c988 100644 (file)
@@ -13,7 +13,7 @@ parameters:
     database_driver: pdo_mysql
     database_host: 127.0.0.1
     database_port: ~
-    database_name: symfony
+    database_name: wallabag
     database_user: root
     database_password: ~
     # For SQLite, database_path should be "%kernel.root_dir%/../data/db/wallabag.sqlite"