File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,10 @@ SYNC_INGREDIENTS_CELERY=True
64
64
# - Manually trigger the process as needed:
65
65
# docker compose exec web python3 manage.py sync-ingredients
66
66
67
- # When scanning products with the barcode scanner, it is possible to dynamically
68
- # fetch the ingredient if it is not known in the local database. This option controlls
69
- # where to try to download the ingredient and their images.
70
- # Possible values OFF, WGER or None. Note that it is recommended to keep this as WGER
71
- # so that we don't overwhelm the Open Food Facts servers. Needs to have USE_CELERY
72
- # set to true
67
+ # This option controls whether to download ingredients and their images from the
68
+ # configured wger instance. When scanning products with the barcode scanner, it is
69
+ # possible to dynamically fetch the ingredient if it is not known in the local database.
70
+ # Possible values: WGER or None. Requires USE_CELERY to be set to true.
73
71
DOWNLOAD_INGREDIENTS_FROM = WGER
74
72
75
73
# Whether celery is configured and should be used. Can be left to true with
You can’t perform that action at this time.
0 commit comments