diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2019-05-14 20:03:13 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-14 20:03:13 +0000 |
| commit | 071f78733aaa8a6546c9267d14381be9c0af0333 (patch) | |
| tree | a4ddd1e39c8d7a001eb23909a265fdff71a547d3 /config | |
| parent | dfd031c26adb78fbbbf44943a81ef506fbbd1324 (diff) | |
| download | pleroma-071f78733aaa8a6546c9267d14381be9c0af0333.tar.gz pleroma-071f78733aaa8a6546c9267d14381be9c0af0333.zip | |
switch to pleroma/http_signatures library
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 8d44c96de..b75a370f1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -484,6 +484,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" |
