部署优化
This commit is contained in:
@@ -22,14 +22,13 @@ Supported companies: `LianTai`, `QBD`, `DY-AI-Easy-KB`, `FengRun`, `HanaTour`.
|
||||
python3 -m pip install -r requirements-company-reports.txt
|
||||
|
||||
export COMPANY_REPORT_DATABASE_URL='postgresql://USER:PASSWORD@HOST:PORT/booking_test'
|
||||
export COMPANY_REPORT_NODE_BINARY='/absolute/path/to/node'
|
||||
export COMPANY_REPORT_ARTIFACT_TOOL_MODULE='/absolute/path/to/artifact_tool.mjs'
|
||||
|
||||
python3 -m company_reports generate \
|
||||
--month 2026-07 \
|
||||
--as-of 2026-07-10
|
||||
```
|
||||
|
||||
The workbook builder uses Python/openpyxl. No Node.js or `@oai/artifact-tool` package is required for company reports.
|
||||
The DSN can fall back to `ARR_DATABASE_URL`; never place a real DSN in source, prompts, output JSON or browser code.
|
||||
|
||||
Scheduling convention:
|
||||
|
||||
Reference in New Issue
Block a user