Allow additionnal schemes in the config
This commit is contained in:
parent
32a55e9695
commit
d5091c3175
2 changed files with 7 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ config :pleroma, Pleroma.Upload,
|
|||
|
||||
config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"]
|
||||
|
||||
config :pleroma, :uri_schemes, additionnal_schemes: []
|
||||
|
||||
# Configures the endpoint
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
url: [host: "localhost"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue