X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ea0b233603e4cf8532734c71fc347b6bc78ad5a8;hb=064c36274c9ef3969606694d6acf3186320f9491;hp=850a42eea9c0c61174e1c95b15ccdf98c5032f0f;hpb=e6cd61619f83e26744facfe9e306ad9811c801fb;p=akkoma diff --git a/config/config.exs b/config/config.exs index 850a42eea..ea0b23360 100644 --- a/config/config.exs +++ b/config/config.exs @@ -97,7 +97,6 @@ config :pleroma, :uri_schemes, "http", "dat", "dweb", - "gopher", "hyper", "ipfs", "ipns", @@ -474,11 +473,6 @@ config :phoenix, :json_library, Jason config :phoenix, :filter_parameters, ["password", "confirm"] -config :pleroma, :gopher, - enabled: false, - ip: {0, 0, 0, 0}, - port: 9999 - config :pleroma, Pleroma.Web.Metadata, providers: [ Pleroma.Web.Metadata.Providers.OpenGraph,