Showing
1 changed file
with
17 additions
and
0 deletions
test/config/config.json.mustache
0 → 100755
| 1 | +{ | ||
| 2 | + "serverUrl":"https://ws-test.reportinghub.no/resources/parameterized-query", | ||
| 3 | + "user":"{{username}}", | ||
| 4 | + "password":"{{password}}", | ||
| 5 | + "outputFile":"{{output}}", | ||
| 6 | + "sparqlQueryFile":"{{query}}", | ||
| 7 | + "params": | ||
| 8 | + [ | ||
| 9 | + {"name":"NPDId","value":"{{fieldId}}"}, | ||
| 10 | + {"name":"reportType","value":"{{reportType}}"}, | ||
| 11 | + {"name":"fromDate","value":"{{fromDate}}"}, | ||
| 12 | + {"name":"NPDType","value":"FIELD"}, | ||
| 13 | + {"name":"endDate","value":"{{toDate}}"} | ||
| 14 | + ] | ||
| 15 | +} | ||
| 16 | + | ||
| 17 | + |
-
Please register or login to post a comment