X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fapplication.ex;h=36a3694f240abbe8d011c90ccf0b22645333df3e;hb=7117ab43afc77262efc45363246ee1698ea87641;hp=0b0ec01972a2cdb497b46e2bc49277b6b39030cb;hpb=776179c2ed72323db245d7eef20054beea0db429;p=akkoma diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index 0b0ec0197..36a3694f2 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Application do use Application import Supervisor.Spec @@ -15,7 +19,6 @@ defmodule Pleroma.Application do # See http://elixir-lang.org/docs/stable/elixir/Application.html # for more information on OTP Applications - @env Mix.env() def start(_type, _args) do import Cachex.Spec @@ -25,6 +28,7 @@ defmodule Pleroma.Application do # Start the Ecto repository supervisor(Pleroma.Repo, []), worker(Pleroma.Emoji, []), + worker(Pleroma.Captcha, []), worker( Cachex, [