projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af68a42
)
[#923] Typo fix.
author
Ivan Tashkinov
<ivant.business@gmail.com>
Wed, 20 Mar 2019 17:29:08 +0000
(20:29 +0300)
committer
Ivan Tashkinov
<ivant.business@gmail.com>
Wed, 20 Mar 2019 17:29:08 +0000
(20:29 +0300)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 7d8de5af6f729987825434021efb13b29afb7187..5868445163fe6d9baf3ecbd1776b3de7b75fa6ec 100644
(file)
--- 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"
-oauth_consumer_strategies = String.split(System.get_env("OAUTH_CONSUMER_STRATEGIES"
|| "")
)
+oauth_consumer_strategies = String.split(System.get_env("OAUTH_CONSUMER_STRATEGIES"
) || ""
)
ueberauth_providers =
for strategy <- oauth_consumer_strategies do