exclude config.json and add template
This commit is contained in:
+8
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user