1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08: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

@ -55,22 +55,22 @@ Depending on which service you want to import from you need to enable one (or ma
.. code:: bash
# for Pocket import
bin/console rabbitmq:consumer import_pocket -w
bin/console rabbitmq:consumer -e=prod import_pocket -w
# for Readability import
bin/console rabbitmq:consumer import_readability -w
bin/console rabbitmq:consumer -e=prod import_readability -w
# for Instapaper import
bin/console rabbitmq:consumer import_instapaper -w
bin/console rabbitmq:consumer -e=prod import_instapaper -w
# for wallabag v1 import
bin/console rabbitmq:consumer import_wallabag_v1 -w
bin/console rabbitmq:consumer -e=prod import_wallabag_v1 -w
# for wallabag v2 import
bin/console rabbitmq:consumer import_wallabag_v2 -w
bin/console rabbitmq:consumer -e=prod import_wallabag_v2 -w
# for Firefox import
bin/console rabbitmq:consumer import_firefox -w
bin/console rabbitmq:consumer -e=prod import_firefox -w
# for Chrome import
bin/console rabbitmq:consumer import_chrome -w
bin/console rabbitmq:consumer -e=prod import_chrome -w