File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ The following is a complete list of options available for configuration in [engi
66
66
| option | value type | required/optional | source |
67
67
| -------------------- | ------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
68
68
| ` 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" |
69
70
| ` hostIdentifier ` | String | required | Found in your [ App Search Dashboard] ( http://app.swiftype.com/as ) . |
70
71
| ` searchKey ` | String | required | Found in your [ App Search Dashboard] ( http://app.swiftype.com/as ) . |
71
72
| ` searchFields ` | Array[ String] | required | A list of fields that will be searched with your search term. |
Original file line number Diff line number Diff line change 1
1
{
2
+ "endpointBase" : " http://127.0.0.1:3002" ,
2
3
"engineName" : " your-engine-name" ,
3
4
"hostIdentifier" : " host-XXXXX" ,
4
5
"searchKey" : " search-XXXXXXXXXXXXXXXXXXXXXXX" ,
You can’t perform that action at this time.
0 commit comments