mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
Add an 'enable' flag in the server configuration to enable gql-based searches
"extensions": {
"search": {
"enable": true
}
}
This commit is contained in:
committed by
Ramkumar Chinchani
parent
c1dd7878e4
commit
792e82cbdf
@@ -12,6 +12,7 @@
|
||||
},
|
||||
"extensions": {
|
||||
"search": {
|
||||
"enable": true,
|
||||
"cve": {
|
||||
"updateInterval": "24h"
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
},
|
||||
"extensions": {
|
||||
"search": {
|
||||
"enable": true,
|
||||
"cve": {
|
||||
"updateInterval": "24h"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user