docs: add ANCPI ePay env vars to CONFIGURATION.md, bump ParcelSync to 0.6.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-23 14:02:30 +02:00
parent a52f9e7586
commit 53595fdf94
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -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
# -----------------------------------------------------------------------------