Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 453 Bytes

Environment Variables

  • SEED - Account with money
  • REST_URL - Url where to contact by api
  • TELEGRAM_TOKEN - telegram token for bot
  • DROP_AMOUNT - How much money to give out at a time
  • REDIS_HOST - host to connect redis
  • REDIS_PORT - port to connect redis, default 6379
  • REDIS_DB - redis database number, default 0
  • CACHE_TTL - How often can you request money
  • ADMIN_ADDRESSES - A list of admin addresses, separated by ","