]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/de/developer/redis.rst
Update translation of link to german translation.
[github/wallabag/wallabag.git] / docs / de / developer / redis.rst
index 46334cf036d58bd226c33aad7a35392b2fe871bc..2505bf24dc7705b01a97c3f12af437a3decd3765 100644 (file)
@@ -28,13 +28,17 @@ Der Redis Service läuft eventuell schon direkt nach der Installation. Falls nic
 Konfigure Redis in wallabag
 ---------------------------
 
-Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein:
+Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein:
 
 .. code:: yaml
 
     redis_host: localhost
     redis_port: 6379
 
+Enable Redis in wallabag
+------------------------
+
+In internal settings, in the **Import** section, enable Redis (with the value 1).
 
 Starte den Redis Consumer
 -------------------------