Purge SSH frontend (#23)
[akkoma] / config / config.exs
index 827b85f265cc56acbf32b1be86b2bbe7ab0a8f4e..850a42eea9c0c61174e1c95b15ccdf98c5032f0f 100644 (file)
@@ -607,9 +607,6 @@ config :pleroma, :ldap,
   base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
   uid: System.get_env("LDAP_UID") || "cn"
 
-config :esshd,
-  enabled: false
-
 oauth_consumer_strategies =
   System.get_env("OAUTH_CONSUMER_STRATEGIES")
   |> to_string()