diff options
author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-08-02 18:03:35 +0900 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-08-02 18:03:35 +0900 |
commit | f72cfada1ad5cf7ca398ceddf4f70b3b192310ca (patch) | |
tree | 958a1c19ce6888db747b5b4b55ca72298930ad18 /config | |
parent | cc9c062b553e20018e406dc605e6e504ad3134a6 (diff) | |
download | pleroma-f72cfada1ad5cf7ca398ceddf4f70b3b192310ca.tar.gz pleroma-f72cfada1ad5cf7ca398ceddf4f70b3b192310ca.zip |
add suggestions/web config
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 614a3e1fe..aa35f14fb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -113,7 +113,8 @@ config :pleroma, :suggestions, enabled: false, third_party_engine: "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}", - timeout: 300_000 + timeout: 300_000, + web: "https://vinayaka.distsn.org/?{{host}}+{{user}}" # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. |