Adds redis image for activity streams

This commit is contained in:
Mouse Reeve
2021-03-22 10:44:42 -07:00
parent 1025a2e4da
commit ebc01362e6
3 changed files with 22 additions and 5 deletions

View File

@ -92,6 +92,9 @@ TEMPLATES = [
WSGI_APPLICATION = "bookwyrm.wsgi.application"
# redis
REDIS_ACTIVITY_HOST = env("REDIS_ACTIVITY_HOST", "localhost")
REDIS_ACTIVITY_PORT = env("REDIS_ACTIVITY_PORT", 6379)
# Database
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases