exclude config.json and add template
This commit is contained in:
@@ -52,3 +52,6 @@ obj
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Configuration files
|
||||||
|
**/config.json
|
||||||
+8
-8
@@ -14,19 +14,19 @@
|
|||||||
},
|
},
|
||||||
"elixForms": {
|
"elixForms": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"codiceFiscale": "COL0009"
|
"codiceFiscale": "COL000A"
|
||||||
},
|
},
|
||||||
"outputs": {
|
"outputs": {
|
||||||
"idDomanda": "COL0001",
|
"idDomanda": "COL00B1",
|
||||||
"idRicevuta": "COL0002",
|
"idRicevuta": "COL00B2",
|
||||||
"codiceContratto": "COL0003",
|
"codiceContratto": "COL00B3",
|
||||||
"titoloContratto": "COL0004"
|
"titoloContratto": "COL00B4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contrattiWS": {
|
"contrattiWS": {
|
||||||
"apiUrl": "http://localhost:8000/contratti/cerca",
|
"apiUrl": "http://localhost:8000/contratti/cerca",
|
||||||
"apiUsername": "your-username",
|
"apiUsername": "username",
|
||||||
"apiPassword": "your-password",
|
"apiPassword": "password",
|
||||||
"apiKey": "your-api-key"
|
"apiKey": "apitoken"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user