Add option to modify HTTP pool size
[akkoma] / priv / templates / sample_config.eex
index 42f496ded4611dc8f0ceaf4e55f32232706bee09..0068969ac4b573d3b69c7ec0433249936ac86fcc 100644 (file)
@@ -13,6 +13,7 @@ config :pleroma, Pleroma.Web.Endpoint,
    url: [host: "<%= domain %>", scheme: "https", port: <%= port %>],
    http: [ip: {<%= String.replace(listen_ip, ".", ", ") %>}, port: <%= listen_port %>],
    secret_key_base: "<%= secret %>",
+   live_view: [signing_salt: "<%= lv_signing_salt %>"],
    signing_salt: "<%= signing_salt %>"
 
 config :pleroma, :instance,