Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions config/devel.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"search": {
// minimum versions for servers that are compatible with current code
"minServer": [
"opensearch:2.10.0"
"opensearch:2.10.0",
"opensearch:3.5.0"
],
// URL to reach search server
// "providerEndpoint": "https://admin:Test-PassW0rd-2026@localhost:9200",
"providerEndpoint": "https://admin:admin@localhost:9200",
// index on search server related to searching CVEs
"index": "e2e-cve-test-index-1109",
"index": "e2e-cve-test-index-1159",
// setting this to FALSE (recommended) requires an SSL cert to access the search server
// The only time this should be allowed to be true is when developing or testing
// using containers that do not have SSL certs
Expand Down
Loading
Loading