mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
29 lines
450 B
JSON
29 lines
450 B
JSON
{
|
|
"properties": {
|
|
"CC_BINARY": {
|
|
"default": "cc"
|
|
},
|
|
"LDAPSEARCH_BINARY": {
|
|
"default": "ldapsearch"
|
|
}
|
|
},
|
|
"required_binaries": [
|
|
{
|
|
"name": "{CC_BINARY}",
|
|
"binproviders": "env"
|
|
},
|
|
{
|
|
"name": "{LDAPSEARCH_BINARY}",
|
|
"binproviders": "env",
|
|
"overrides": {
|
|
"env": {
|
|
"version": [
|
|
"ldapsearch",
|
|
"-VV"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|