X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fen%2Fdeveloper%2Fmaintenance.rst;h=6d55ed601eaaaa43a25fd56afa07c123624d880e;hb=5b6888b13fd44705a232261862a5cc96cebd0a7d;hp=8277fb1f8a09c83703debd663f5ed157a0d72b6c;hpb=d7cc16c8b585f6a600cd309a9bb5630794fcf9aa;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/en/developer/maintenance.rst b/docs/en/developer/maintenance.rst index 8277fb1f..6d55ed60 100644 --- a/docs/en/developer/maintenance.rst +++ b/docs/en/developer/maintenance.rst @@ -11,7 +11,7 @@ To enable maintenance mode, execute this command: :: - bin/console lexik:maintenance:lock --no-interaction + bin/console lexik:maintenance:lock --no-interaction -e=prod You can set your IP address in ``app/config/config.yml`` if you want to access to wallabag even if maintenance mode is enabled. For example: @@ -29,4 +29,4 @@ To disable maintenance mode, execute this command: :: - bin/console lexik:maintenance:unlock + bin/console lexik:maintenance:unlock -e=prod