diff options
author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-18 09:58:59 +0900 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-18 09:58:59 +0900 |
commit | e4dd58307a692aaa503fccc9cdf9ebae61293f6f (patch) | |
tree | b54b3adb0de4f685fb38f77b19defd176e7b9fc7 /config | |
parent | 5b4a21317de6a32001699b33964c7eaeb4f0bec8 (diff) | |
download | pleroma-e4dd58307a692aaa503fccc9cdf9ebae61293f6f.tar.gz pleroma-e4dd58307a692aaa503fccc9cdf9ebae61293f6f.zip |
better configuration
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.exs b/config/config.exs index baaf43c7c..c0a75b786 100644 --- a/config/config.exs +++ b/config/config.exs @@ -95,10 +95,10 @@ config :pleroma, :gopher, ip: {0, 0, 0, 0}, port: 9999 -config :pleroma, :suggestions, third_party_engine: false -# config :pleroma, :suggestions, -# third_party_engine: -# "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}" +config :pleroma, :suggestions, + enabled: false, + third_party_engine: + "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}" # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. |