summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-05-15 15:37:31 +0000
committerlambda <lain@soykaf.club>2019-05-15 15:37:31 +0000
commit4440e23547dddc58252318282e3f417bafd6ee4c (patch)
treebcc003b66b71c9edb587be7879e0a6cd899b3e7d /config
parent18f2d2024daa682cdb02c57eeb4c08d377a9a0a9 (diff)
parent4429c1b7dae9007299c46eab8bd60573b9ff1bdb (diff)
downloadpleroma-4440e23547dddc58252318282e3f417bafd6ee4c.tar.gz
pleroma-4440e23547dddc58252318282e3f417bafd6ee4c.zip
Merge branch 'chore/extricate-http-signatures' into 'develop'
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155
Diffstat (limited to 'config')
-rw-r--r--config/config.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 0754749a3..9cbac35eb 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -464,6 +464,9 @@ config :pleroma, :oauth2,
token_expires_in: 600,
issue_new_refresh_token: true
+config :http_signatures,
+ adapter: Pleroma.Signature
+
# 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"