X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=48fe7c669b75da802ee30806de561227e166fb70;hb=d6e36aaf06e0e80eeb062ce6228a794a585309ba;hp=acf3b5c969ae50960562ba9d31194d93256dd750;hpb=e1a1c8e7de5e10fa64d168dc5d35a80b96767395;p=akkoma diff --git a/config/config.exs b/config/config.exs index acf3b5c96..48fe7c669 100644 --- a/config/config.exs +++ b/config/config.exs @@ -645,6 +645,16 @@ config :pleroma, Pleroma.Plugs.RemoteIp, enabled: true config :pleroma, :static_fe, enabled: false +# Example of frontend configuration +# This example will make us serve the primary frontend from the +# frontends directory within your `:pleroma, :instance, static_dir`. +# e.g., instance/static/frontends/pleroma/develop/ +# +# With no frontend configuration, the bundled files from the `static` directory will +# be used. +# +# config :pleroma, :frontends, primary: %{"name" => "pleroma", "ref" => "develop"} + config :pleroma, :web_cache_ttl, activity_pub: nil, activity_pub_question: 30_000