Merge branch 'live-dashboard' into 'develop'
Add Phoenix LiveDashboard See merge request pleroma/pleroma!3566
This commit is contained in:
commit
1ff9ffed83
8 changed files with 22 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue