diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-05 15:12:02 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-05 15:12:02 +0300 |
commit | 47a236f7537ad4366d07361d184c84f3912648f1 (patch) | |
tree | bb6b10c2c712f4e06f129537d9747e6087987b8b /config | |
parent | 3e7f2bfc2f4769af3cedea3126fa0b3cab3f2b7b (diff) | |
download | pleroma-47a236f7537ad4366d07361d184c84f3912648f1.tar.gz pleroma-47a236f7537ad4366d07361d184c84f3912648f1.zip |
[#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/config.exs b/config/config.exs index 9bc79f939..05b164273 100644 --- a/config/config.exs +++ b/config/config.exs @@ -397,9 +397,7 @@ config :ueberauth, base_path: "/oauth", providers: ueberauth_providers -config :pleroma, :auth, - oauth_consumer_strategies: oauth_consumer_strategies, - oauth_consumer_enabled: oauth_consumer_strategies != [] +config :pleroma, :auth, oauth_consumer_strategies: oauth_consumer_strategies config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Sendmail |