Skip to content

Commit

Permalink
Update kingfisher process reference in settings
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Jun 3, 2020
1 parent d139421 commit 3a322fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kingfisher_scrapy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
'kingfisher_scrapy.pipelines.Validate': 300,
}

# To send items to Kingfishet Process, set this to, for example, "http://kingfisher.example.com" (no trailing slash).
# To send items to Kingfishet Process, for more info see
# https://kingfisher-collect.readthedocs.io/en/latest/kingfisher_process_integration.html
KINGFISHER_API_URI = os.getenv('KINGFISHER_API_URI')
# Set this to the same value as Kingfisher Process' `API_KEYS` setting.
# See https://kingfisher-process.readthedocs.io/en/latest/config.html#web-api
KINGFISHER_API_KEY = os.getenv('KINGFISHER_API_KEY')
# If Kingfisher Process can read Kingfisher Collect's `FILES_STORE`, then Kingfisher Collect can send file paths
# instead of files to Kingfisher Process' API. To enable that, set this to the absolute path to the `FILES_STORE`.
Expand Down

0 comments on commit 3a322fc

Please sign in to comment.