diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-04-23 10:37:29 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-04-23 10:37:29 +0200 |
| commit | 4649ba2d627ab1c42e9067d0af783ae05ac8ae11 (patch) | |
| tree | 4bc0c9062e597e2d85c005d93ef6dbacf098e84a /config/config.exs | |
| parent | 361a8c42197a92f044fc3d0ceadeee5e3590e96f (diff) | |
| parent | cef4a4d7095eae474c0bebaa4b0fb0001f140672 (diff) | |
| download | pleroma-4649ba2d627ab1c42e9067d0af783ae05ac8ae11.tar.gz pleroma-4649ba2d627ab1c42e9067d0af783ae05ac8ae11.zip | |
Merge branch 'ostatus' into develop
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 18a2490a4..3826dddff 100644 --- a/config/config.exs +++ b/config/config.exs @@ -30,6 +30,8 @@ config :mime, :types, %{ "application/xrd+xml" => ["xrd+xml"] } +config :pleroma, :websub_verifier, Pleroma.Web.Websub + # 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" |
