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" } }