From 84d08852813aee3a2143897f3d2b511ddc8320a2 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 27 Oct 2022 22:28:33 +0100 Subject: [PATCH] add search-url section to initial-setup.html template. This section allows users to point this website to the Meilisearch instance which provides the search features of this site. --- templates/initial-setup.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/initial-setup.html b/templates/initial-setup.html index 33aef2e..3f2378a 100644 --- a/templates/initial-setup.html +++ b/templates/initial-setup.html @@ -54,6 +54,21 @@
+ +

+ This refers to the URL used by the seach instance this + website calls out to for its search features. If you're + running this on your local dev. machine, use + http://localhost:7700 (this is the + default for port for Meilisearch. +

+ + +
+