]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Use default locale for user config
[github/wallabag/wallabag.git] / app / config / config.yml
index 2475ada88269af40856648dd500503256ea92469..75d7299c1258696306c88aa3472457273b5c102b 100644 (file)
@@ -46,7 +46,7 @@ wallabag_core:
         it: 'Italiano'
     items_on_page: 12
     theme: material
-    language: en
+    language: '%locale%'
     rss_limit: 50
     reading_speed: 1
     cache_lifetime: 10
@@ -77,6 +77,7 @@ doctrine:
         password: "%database_password%"
         charset: UTF8
         path: "%database_path%"
+        unix_socket: "%database_socket%"
         server_version: 5.6
 
     orm: