add missing application to list

This commit is contained in:
byte[] 2019-12-18 11:18:16 -05:00
parent 70b6c7ab17
commit d7d9743a7e

View file

@ -17,6 +17,7 @@ defmodule Philomena.Application do
Philomena.Servers.ImageProcessor,
Philomena.Servers.UserLinkUpdater,
Philomena.Servers.PicartoChannelUpdater,
Philomena.Servers.PiczelChannelUpdater,
Pow.Store.Backend.MnesiaCache,
{Redix, name: :redix, host: Application.get_env(:philomena, :redis_host)}
]