diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-10-27 16:53:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 16:53:57 +0200 |
commit | eca4d030bf90cdf6ca0b6a86b18bd8f66a36db08 (patch) | |
tree | d7a10ac00b3dab83975b4f6f3d409ac2aa403d53 /docs/de | |
parent | 069d39dfaffdc99db44d578250cd366b1af69fd6 (diff) | |
parent | 37da178696c2f23b8a3b85f10e3c885ecf425173 (diff) | |
download | wallabag-eca4d030bf90cdf6ca0b6a86b18bd8f66a36db08.tar.gz wallabag-eca4d030bf90cdf6ca0b6a86b18bd8f66a36db08.tar.zst wallabag-eca4d030bf90cdf6ca0b6a86b18bd8f66a36db08.zip |
Merge pull request #2508 from wallabag/fix-redis-rabbit-doc
Added the whole path to parameters.yml file
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/developer/rabbitmq.rst | 2 | ||||
-rw-r--r-- | docs/de/developer/redis.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/de/developer/rabbitmq.rst b/docs/de/developer/rabbitmq.rst index f81e07e3..143b64a1 100644 --- a/docs/de/developer/rabbitmq.rst +++ b/docs/de/developer/rabbitmq.rst | |||
@@ -37,7 +37,7 @@ RabbitMQ stoppen | |||
37 | Konfigure RabbitMQ in wallabag | 37 | Konfigure RabbitMQ in wallabag |
38 | ------------------------------ | 38 | ------------------------------ |
39 | 39 | ||
40 | Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: | 40 | Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: |
41 | 41 | ||
42 | .. code:: yaml | 42 | .. code:: yaml |
43 | 43 | ||
diff --git a/docs/de/developer/redis.rst b/docs/de/developer/redis.rst index 57b41550..2505bf24 100644 --- a/docs/de/developer/redis.rst +++ b/docs/de/developer/redis.rst | |||
@@ -28,7 +28,7 @@ Der Redis Service läuft eventuell schon direkt nach der Installation. Falls nic | |||
28 | Konfigure Redis in wallabag | 28 | Konfigure Redis in wallabag |
29 | --------------------------- | 29 | --------------------------- |
30 | 30 | ||
31 | Bearbeite die Datei ``parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: | 31 | Bearbeite die Datei ``app/config/parameters.yml``, um die RabbitMQ Konfiguration einzurichten. Die Standardkonfiguration sollte ok sein: |
32 | 32 | ||
33 | .. code:: yaml | 33 | .. code:: yaml |
34 | 34 | ||