diff options
author | duponin <duponin@locahlo.st> | 2023-04-16 15:50:32 +0200 |
---|---|---|
committer | duponin <duponin@locahlo.st> | 2023-04-23 10:47:07 +0200 |
commit | 0231a09310895bd2af24eff221de97eb8c92307e (patch) | |
tree | d4a60e3f85e315bdb1266e7db1076a42d9b16180 /config/config.exs | |
parent | 3867b52aefdab5c26bcd4f58155b1370ee40e4dd (diff) | |
download | pleroma-0231a09310895bd2af24eff221de97eb8c92307e.tar.gz pleroma-0231a09310895bd2af24eff221de97eb8c92307e.zip |
Remove SSH/BBS feature from core
And link to sshocial, the replacement client for this removed feature
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.exs b/config/config.exs index e41ec2f91..178b6be99 100644 --- a/config/config.exs +++ b/config/config.exs @@ -617,9 +617,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() |