Skip to content

Commit

Permalink
docs: adding required config to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
didasy committed Sep 25, 2020
1 parent 0ca5ce4 commit ad4bb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Example of fairly common configuration is:

```
export YTFEED_VERIFICATION_TOKEN='sometoken'
export YTFEED_VERIFICATION_SECRET='somesecret'
export YTFEED_RESUB_TOPIC="https://www.youtube.com/xml/feeds/videos.xml?channel_id=channelid"
export YTFEED_RESUB_CALLBACK_ADDR='https://my.server.addr/path'
export YTFEED_STORAGE_BACKEND='s3'
Expand Down

0 comments on commit ad4bb7e

Please sign in to comment.