mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
add unsplit application to tree
This commit is contained in:
parent
1e0f5468b1
commit
3ba3eb87b3
1 changed files with 4 additions and 0 deletions
|
@ -21,7 +21,11 @@ defmodule Philomena.Application do
|
||||||
Philomena.Servers.PicartoChannelUpdater,
|
Philomena.Servers.PicartoChannelUpdater,
|
||||||
Philomena.Servers.PiczelChannelUpdater,
|
Philomena.Servers.PiczelChannelUpdater,
|
||||||
Philomena.Servers.Config,
|
Philomena.Servers.Config,
|
||||||
|
|
||||||
|
# Session storage
|
||||||
{Pow.Store.Backend.MnesiaCache, extra_db_nodes: Node.list()},
|
{Pow.Store.Backend.MnesiaCache, extra_db_nodes: Node.list()},
|
||||||
|
Pow.Store.Backend.MnesiaCache.Unsplit,
|
||||||
|
|
||||||
{Redix, name: :redix, host: Application.get_env(:philomena, :redis_host)},
|
{Redix, name: :redix, host: Application.get_env(:philomena, :redis_host)},
|
||||||
{Phoenix.PubSub, [name: Philomena.PubSub, adapter: Phoenix.PubSub.PG2]},
|
{Phoenix.PubSub, [name: Philomena.PubSub, adapter: Phoenix.PubSub.PG2]},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue