Set env to prod in documentation

This commit is contained in:
Jeremy Benoist
2016-10-08 09:39:07 +02:00
parent 3049afe190
commit ba69216853
9 changed files with 51 additions and 51 deletions

View File

@ -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