Merge branch 'live-dashboard' into 'develop'

Add Phoenix LiveDashboard

See merge request pleroma/pleroma!3566
This commit is contained in:
Alex Gleason 2021-12-19 17:35:14 +00:00
commit 1ff9ffed83
8 changed files with 22 additions and 2 deletions

View 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,