Skip to content

Commit 1fc5fca

Browse files
authored
Updated documentation for self managed. (#48)
1 parent b84e2f5 commit 1fc5fca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The following is a complete list of options available for configuration in [engi
6666
| option | value type | required/optional | source |
6767
| -------------------- | ------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6868
| `engineName` | String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
69+
| `endpointBase` | String | optional | Use this instead of "hostIdentifier" if you are using self managed. ex: "http://127.0.0.1:3002" |
6970
| `hostIdentifier` | String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
7071
| `searchKey` | String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
7172
| `searchFields` | Array[String] | required | A list of fields that will be searched with your search term. |

src/config/engine.json.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"endpointBase": "http://127.0.0.1:3002",
23
"engineName": "your-engine-name",
34
"hostIdentifier": "host-XXXXX",
45
"searchKey": "search-XXXXXXXXXXXXXXXXXXXXXXX",

0 commit comments

Comments
 (0)