Initial catalog maker baseline

This commit is contained in:
2026-08-05 12:25:23 +02:00
commit 2e7d83b679
30 changed files with 5437 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"appMode": "dry-run",
"sourceWorkbook": "./xxx_endpoint_bo_2026-08-04_v1.xlsm",
"outputDir": "./outputs",
"server": {
"host": "127.0.0.1",
"port": 3400
},
"endpoint": {
"url": "https://www.9b-plus.com/apiv1/endpoint/query",
"loginUrl": "https://www.9b-plus.com/apiv1/auth/login",
"token": "",
"username": "",
"password": ""
},
"database": {
"driver": "endpoint",
"mode": "local",
"allowWrites": false,
"host": "127.0.0.1",
"port": 3306,
"name": "catalog_maker_test",
"user": "catalog_maker",
"password": "",
"connectionLimit": 5
}
}