Skip to content

Commit

Permalink
Add redis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminiumgeek committed Mar 21, 2016
1 parent 5d22efa commit 65bb1ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name = 'shitsubot'
owner = 'username'

# Enable permanent redis store, otherwise temporary in-memory store will be used
#redis_host =
#redis_port =
# You could connect to redis using unix socket instead of TCP
#redis_socket =

# Modules specific
azure_bing_api_key = '' # for `img` module
google_api_key = '' # for `g` module

0 comments on commit 65bb1ae

Please sign in to comment.