mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
add missing application to list
This commit is contained in:
parent
70b6c7ab17
commit
d7d9743a7e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ defmodule Philomena.Application do
|
||||||
Philomena.Servers.ImageProcessor,
|
Philomena.Servers.ImageProcessor,
|
||||||
Philomena.Servers.UserLinkUpdater,
|
Philomena.Servers.UserLinkUpdater,
|
||||||
Philomena.Servers.PicartoChannelUpdater,
|
Philomena.Servers.PicartoChannelUpdater,
|
||||||
|
Philomena.Servers.PiczelChannelUpdater,
|
||||||
Pow.Store.Backend.MnesiaCache,
|
Pow.Store.Backend.MnesiaCache,
|
||||||
{Redix, name: :redix, host: Application.get_env(:philomena, :redis_host)}
|
{Redix, name: :redix, host: Application.get_env(:philomena, :redis_host)}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue