diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-08 09:39:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-08 09:39:07 +0200 |
commit | ba69216853b25f747591740fb039491692c1f76e (patch) | |
tree | 33ea7de25d294a809ca3afbd4ed4c3866cbfa689 /docs/de/developer/maintenance.rst | |
parent | 3049afe190d125e4861059b6bbad7c6fbea6f1bb (diff) | |
download | wallabag-ba69216853b25f747591740fb039491692c1f76e.tar.gz wallabag-ba69216853b25f747591740fb039491692c1f76e.tar.zst wallabag-ba69216853b25f747591740fb039491692c1f76e.zip |
Set env to prod in documentation
Diffstat (limited to 'docs/de/developer/maintenance.rst')
-rw-r--r-- | docs/de/developer/maintenance.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/de/developer/maintenance.rst b/docs/de/developer/maintenance.rst index 2a9070e1..31343876 100644 --- a/docs/de/developer/maintenance.rst +++ b/docs/de/developer/maintenance.rst | |||
@@ -11,7 +11,7 @@ Um den Wartungsmodus zu aktivieren, führe folgendes Kommando aus: | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | bin/console lexik:maintenance:lock --no-interaction | 14 | bin/console lexik:maintenance:lock -e=prod --no-interaction |
15 | 15 | ||
16 | Du kannst deine IP Adresse in ``app/config/config.yml`` setzen, wenn du Zugriff zu wallabag haben willst, auch wenn der Wartungsmodus aktiv ist. Zum Beispiel: | 16 | Du kannst deine IP Adresse in ``app/config/config.yml`` setzen, wenn du Zugriff zu wallabag haben willst, auch wenn der Wartungsmodus aktiv ist. Zum Beispiel: |
17 | 17 | ||
@@ -29,4 +29,4 @@ Um den Wartungsmodus zu deaktivieren, führe dieses Kommando aus: | |||
29 | 29 | ||
30 | :: | 30 | :: |
31 | 31 | ||
32 | bin/console lexik:maintenance:unlock | 32 | bin/console lexik:maintenance:unlock -e=prod |