X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Fconfig.exs;h=7792e9a87c84d82bac769b2d35e8a3bcdb82edaf;hb=aacac9da0beddcf797958acca330747b8f2d1f06;hp=12dbe994175cd256adcb8ec614fa85a211637139;hpb=4dabf64af45232afdbbb15d9a697a64e15a749ee;p=akkoma diff --git a/config/config.exs b/config/config.exs index 12dbe9941..7792e9a87 100644 --- a/config/config.exs +++ b/config/config.exs @@ -445,6 +445,9 @@ 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 = String.split(System.get_env("OAUTH_CONSUMER_STRATEGIES") || "") ueberauth_providers =