Skip to content

Commit

Permalink
feat: use Redis Stream support
Browse files Browse the repository at this point in the history
raphael0202 committed Jan 8, 2024
1 parent a8eecb7 commit fcf0f21
Showing 13 changed files with 847 additions and 496 deletions.
5 changes: 4 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -46,4 +46,7 @@ SENTRY_DNS=
LOG_LEVEL=DEBUG

# Path to the yaml configuration file
CONFIG_PATH=data/config/openfoodfacts.yml
CONFIG_PATH=data/config/openfoodfacts.yml

# URL to the OFF API
OFF_API_URL=https://world.openfoodfacts.org
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ share/python-wheels/
*.egg
MANIFEST

.envrc

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Loading

0 comments on commit fcf0f21

Please sign in to comment.