Import project files
This commit is contained in:
17
docling/app/configs/profiles/test.json
Normal file
17
docling/app/configs/profiles/test.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"minio": {
|
||||
"endpoint": "8.163.40.177:9000",
|
||||
"public": "http://8.163.40.177:9000",
|
||||
"access": "minioadmin",
|
||||
"secret": "minioadmin",
|
||||
"bucket": "cms-files",
|
||||
"secure": "false",
|
||||
"prefix": "assets",
|
||||
"store_final": "true",
|
||||
"public_read": "true"
|
||||
},
|
||||
"db": {
|
||||
"webhook_url": null,
|
||||
"token": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user