X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=857e0afbbeebe9f62e532cfaaa6f78120b226b2f;hb=d8a01c94321e90832fea5a26fbb2a2f5be1c5ba5;hp=d8bf921bbccf37b8c5ea2ed23605dba03d60e776;hpb=6747bf2e1642d7715a9f08469247bc99ff7165cb;p=akkoma diff --git a/config/config.exs b/config/config.exs index d8bf921bb..857e0afbb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -238,6 +238,7 @@ config :pleroma, :instance, max_remote_account_fields: 20, account_field_name_length: 512, account_field_value_length: 2048, + registration_reason_length: 500, external_user_synchronization: true, extended_nickname_format: true, cleanup_attachments: false, @@ -251,7 +252,8 @@ config :pleroma, :instance, number: 5, length: 16 ] - ] + ], + show_reactions: true config :pleroma, :welcome, direct_message: [ @@ -646,6 +648,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