aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 2475ada8..75d7299c 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -46,7 +46,7 @@ wallabag_core:
46 it: 'Italiano' 46 it: 'Italiano'
47 items_on_page: 12 47 items_on_page: 12
48 theme: material 48 theme: material
49 language: en 49 language: '%locale%'
50 rss_limit: 50 50 rss_limit: 50
51 reading_speed: 1 51 reading_speed: 1
52 cache_lifetime: 10 52 cache_lifetime: 10
@@ -77,6 +77,7 @@ doctrine:
77 password: "%database_password%" 77 password: "%database_password%"
78 charset: UTF8 78 charset: UTF8
79 path: "%database_path%" 79 path: "%database_path%"
80 unix_socket: "%database_socket%"
80 server_version: 5.6 81 server_version: 5.6
81 82
82 orm: 83 orm: