add unsplit application to tree

This commit is contained in:
byte[] 2020-05-21 14:44:04 -04:00
parent 1e0f5468b1
commit 3ba3eb87b3

View file

@ -21,7 +21,11 @@ defmodule Philomena.Application do
Philomena.Servers.PicartoChannelUpdater,
Philomena.Servers.PiczelChannelUpdater,
Philomena.Servers.Config,
# Session storage
{Pow.Store.Backend.MnesiaCache, extra_db_nodes: Node.list()},
Pow.Store.Backend.MnesiaCache.Unsplit,
{Redix, name: :redix, host: Application.get_env(:philomena, :redis_host)},
{Phoenix.PubSub, [name: Philomena.PubSub, adapter: Phoenix.PubSub.PG2]},