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:
parent
3049afe190
commit
ba69216853
9 changed files with 51 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue