From 746c43c7b4ed8af77bea51172b83073c9b009947 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Fri, 17 Jul 2026 16:12:37 +0200 Subject: [PATCH] exclude config.json and add template --- .gitignore | 3 +++ .../src/{config.json => config.json.template} | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) rename react/recupero-proposta-cct-da-contratti/src/{config.json => config.json.template} (70%) diff --git a/.gitignore b/.gitignore index 8f357ec..105cb40 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ obj *.njsproj *.sln *.sw? + +# Configuration files +**/config.json \ No newline at end of file diff --git a/react/recupero-proposta-cct-da-contratti/src/config.json b/react/recupero-proposta-cct-da-contratti/src/config.json.template similarity index 70% rename from react/recupero-proposta-cct-da-contratti/src/config.json rename to react/recupero-proposta-cct-da-contratti/src/config.json.template index fd80a3e..a1d32bb 100644 --- a/react/recupero-proposta-cct-da-contratti/src/config.json +++ b/react/recupero-proposta-cct-da-contratti/src/config.json.template @@ -14,19 +14,19 @@ }, "elixForms": { "inputs": { - "codiceFiscale": "COL0009" + "codiceFiscale": "COL000A" }, "outputs": { - "idDomanda": "COL0001", - "idRicevuta": "COL0002", - "codiceContratto": "COL0003", - "titoloContratto": "COL0004" + "idDomanda": "COL00B1", + "idRicevuta": "COL00B2", + "codiceContratto": "COL00B3", + "titoloContratto": "COL00B4" } }, "contrattiWS": { "apiUrl": "http://localhost:8000/contratti/cerca", - "apiUsername": "your-username", - "apiPassword": "your-password", - "apiKey": "your-api-key" + "apiUsername": "username", + "apiPassword": "password", + "apiKey": "apitoken" } }