Add basic webfinger.

This commit is contained in:
Roger Braun 2017-04-17 13:44:41 +02:00
commit ce6cc84a4a
8 changed files with 195 additions and 4 deletions

View file

@ -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"