diff options
| author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-03-18 17:23:38 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-03-18 17:23:38 +0300 |
| commit | 26b63540953f6a65bb52531b434fd6ab85aaedfe (patch) | |
| tree | bb529911aff0405232b22eda6245791c929732c8 /config | |
| parent | 2a96283efbd46c017cf9e15ef4fda3188e5e5bca (diff) | |
| download | pleroma-26b63540953f6a65bb52531b434fd6ab85aaedfe.tar.gz pleroma-26b63540953f6a65bb52531b434fd6ab85aaedfe.zip | |
[#923] Support for multiple (external) registrations per user via Registration.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 6839b489b..03baf894d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -381,7 +381,7 @@ config :pleroma, :ldap, base: System.get_env("LDAP_BASE") || "dc=example,dc=com", uid: System.get_env("LDAP_UID") || "cn" -config :pleroma, :auth, oauth_consumer_enabled: false +config :pleroma, :auth, oauth_consumer_enabled: System.get_env("OAUTH_CONSUMER_ENABLED") == "true" config :ueberauth, Ueberauth, |
