diff options
author | Egor <egor@kislitsyn.com> | 2019-02-26 23:32:26 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-02-26 23:32:26 +0000 |
commit | c3ac9424d2affe87df82c14dc243f507fa639343 (patch) | |
tree | 00170ceac7432de10e7fb7d6a5b6b4e3a0147281 /config | |
parent | e9703a53265d38302d5659752c8068b5ef4a021f (diff) | |
download | pleroma-c3ac9424d2affe87df82c14dc243f507fa639343.tar.gz pleroma-c3ac9424d2affe87df82c14dc243f507fa639343.zip |
AutoLinker
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 10 |
1 files changed, 10 insertions, 0 deletions
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" |