From 53595fdf940e0695855b785d1ec6af883da8ad07 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Mon, 23 Mar 2026 14:02:30 +0200 Subject: [PATCH] docs: add ANCPI ePay env vars to CONFIGURATION.md, bump ParcelSync to 0.6.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/guides/CONFIGURATION.md | 16 ++++++++++++++++ src/modules/parcel-sync/config.ts | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/guides/CONFIGURATION.md b/docs/guides/CONFIGURATION.md index e0c384a..65ef8d1 100644 --- a/docs/guides/CONFIGURATION.md +++ b/docs/guides/CONFIGURATION.md @@ -69,6 +69,22 @@ NOTIFICATION_FROM_EMAIL=noreply@beletage.ro NOTIFICATION_FROM_NAME=Alerte Termene NOTIFICATION_CRON_SECRET= # Random Bearer token for N8N → digest API auth +# ----------------------------------------------------------------------------- +# eTerra ANCPI (ParcelSync module — GIS data) +# ----------------------------------------------------------------------------- +ETERRA_USERNAME= # eTerra login email +ETERRA_PASSWORD= # eTerra login password + +# ----------------------------------------------------------------------------- +# ANCPI ePay (CF extract ordering) +# ----------------------------------------------------------------------------- +ANCPI_USERNAME= # ePay login email (separate from eTerra) +ANCPI_PASSWORD= # ePay login password +ANCPI_BASE_URL=https://epay.ancpi.ro/epay +ANCPI_LOGIN_URL=https://oassl.ancpi.ro/openam/UI/Login +ANCPI_DEFAULT_SOLICITANT_ID=14452 # Beletage persoana juridica +MINIO_BUCKET_ANCPI=ancpi-documente # MinIO bucket for CF extract PDFs + # ----------------------------------------------------------------------------- # External Services # ----------------------------------------------------------------------------- diff --git a/src/modules/parcel-sync/config.ts b/src/modules/parcel-sync/config.ts index 61df961..4a12ba2 100644 --- a/src/modules/parcel-sync/config.ts +++ b/src/modules/parcel-sync/config.ts @@ -10,7 +10,7 @@ export const parcelSyncConfig: ModuleConfig = { category: "tools", featureFlag: "module.parcel-sync", visibility: "all", - version: "0.1.0", + version: "0.6.0", dependencies: [], storageNamespace: "parcel-sync", navOrder: 42,