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:
@@ -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
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user