Initial catalog maker baseline
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user