1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
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