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
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. |
Original file line number Diff line number Diff line change 11{
2+ "endpointBase" : " http://127.0.0.1:3002" ,
23 "engineName" : " your-engine-name" ,
34 "hostIdentifier" : " host-XXXXX" ,
45 "searchKey" : " search-XXXXXXXXXXXXXXXXXXXXXXX" ,
You can’t perform that action at this time.
0 commit comments