From c3ac9424d2affe87df82c14dc243f507fa639343 Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 26 Feb 2019 23:32:26 +0000 Subject: AutoLinker --- config/config.exs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/config.exs') diff --git a/config/config.exs b/config/config.exs index 6119aaea1..7e4ac1100 100644 --- a/config/config.exs +++ b/config/config.exs @@ -344,6 +344,16 @@ config :pleroma, Pleroma.Jobs, federator_outgoing: [max_jobs: 50], mailer: [max_jobs: 10] +config :auto_linker, + opts: [ + scheme: true, + extra: true, + class: false, + strip_prefix: false, + new_window: false, + rel: false + ] + # 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" -- cgit v1.2.3