Add basic webfinger.
This commit is contained in:
parent
6a0e69a8a3
commit
ce6cc84a4a
8 changed files with 195 additions and 4 deletions
|
|
@ -26,6 +26,10 @@ config :logger, :console,
|
|||
format: "$time $metadata[$level] $message\n",
|
||||
metadata: [:request_id]
|
||||
|
||||
config :mime, :types, %{
|
||||
"application/xrd+xml" => ["xrd+xml"]
|
||||
}
|
||||
|
||||
# Import environment specific config. This must remain at the bottom
|
||||
# of this file so it overrides the configuration defined above.
|
||||
import_config "#{Mix.env}.exs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue