Skip to content

Commit

Permalink
add nominatim to example env
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiiBunn committed Mar 2, 2022
1 parent c604fd3 commit 9836c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Bearer Token from Twitter (see readme for instructions on where to get one)
BEARER="<YOUR_TWITTER_BEARER_TOKEN>"
BLACKLIST_USERID='[<list_of_every_integer_userID_to_blacklist_comma_separated>]'
BLACKLIST_USERID='[<list_of_every_integer_userID_to_blacklist_comma_separated>]'
NOMINATIM_URL="yourNominatimURL"

0 comments on commit 9836c17

Please sign in to comment.