33 lines
739 B
JSON
33 lines
739 B
JSON
{
|
|
"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",
|
|
"allowLocalWrites": false,
|
|
"host": "127.0.0.1",
|
|
"port": 3306,
|
|
"name": "9bplus",
|
|
"scrapeName": "catalog_scrape",
|
|
"user": "catalog_maker",
|
|
"password": "",
|
|
"connectionLimit": 5
|
|
},
|
|
"databaseGate": {
|
|
"url": "http://127.0.0.1:3000",
|
|
"browserEngine": "chromium"
|
|
}
|
|
}
|