Disable ssh/bbs foor performance

This commit is contained in:
Your New SJW Waifu 2020-03-02 07:39:52 -06:00
parent dbe4a997a7
commit 545a353114
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ defmodule Pleroma.Mixfile do
{:quack, "~> 0.1.1"},
{:joken, "~> 2.0"},
{:benchee, "~> 1.0"},
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, true)},
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.12.1", only: :test},