Files
FunMD_Convert/docling/app/configs/profiles/localhost3.json

18 lines
336 B
JSON
Raw Normal View History

2026-01-07 17:18:26 +08:00
{
"minio": {
"endpoint": "127.0.0.1:9000",
"public": "http://127.0.0.1:9000",
"access": "minioadmin",
"secret": "minioadmin123",
"bucket": "doctest",
"secure": "false",
"prefix": "assets",
"store_final": "true",
"public_read": "true"
},
"db": {
"webhook_url": null,
"token": null
}
}