Files
wehub-resource-sync f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

88 lines
1.8 KiB
JSON

{
"system_settings": [
{
"name": "enable_whitelist",
"source": "variable",
"data_type": "bool",
"value": "true"
},
{
"name": "default_role",
"source": "variable",
"data_type": "string",
"value": ""
},
{
"name": "mail.server",
"source": "variable",
"data_type": "string",
"value": ""
},
{
"name": "mail.port",
"source": "variable",
"data_type": "integer",
"value": ""
},
{
"name": "mail.use_ssl",
"source": "variable",
"data_type": "bool",
"value": "false"
},
{
"name": "mail.use_tls",
"source": "variable",
"data_type": "bool",
"value": "false"
},
{
"name": "mail.username",
"source": "variable",
"data_type": "string",
"value": ""
},
{
"name": "mail.password",
"source": "variable",
"data_type": "string",
"value": ""
},
{
"name": "mail.timeout",
"source": "variable",
"data_type": "integer",
"value": "10"
},
{
"name": "mail.default_sender",
"source": "variable",
"data_type": "string",
"value": ""
},
{
"name": "sandbox.provider_type",
"source": "variable",
"data_type": "string",
"value": "self_managed"
},
{
"name": "sandbox.self_managed",
"source": "variable",
"data_type": "json",
"value": "{\"endpoint\": \"http://localhost:9385\", \"timeout\": 30, \"max_retries\": 3, \"pool_size\": 10}"
},
{
"name": "sandbox.aliyun_codeinterpreter",
"source": "variable",
"data_type": "json",
"value": "{}"
},
{
"name": "sandbox.e2b",
"source": "variable",
"data_type": "json",
"value": "{}"
}
]
}