diff --git a/.gitignore b/.gitignore index 2de76b7..c43b0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -exp_*.json -/inputdata -/*.sqlite3 -*.stackdump -/config.sh -/fillStage.sql +exp_*.json +/inputdata +/*.sqlite3 +*.stackdump +/config.sh +/fillStage.sql +/tmp diff --git a/config.example.sh b/config.example.sh new file mode 100644 index 0000000..33e30b2 --- /dev/null +++ b/config.example.sh @@ -0,0 +1,7 @@ +# QA + +# API Key configured in Azure +ApiKey=nwh7mwsn6wjzopnhqmhf15ha37x38dtmwihvdbbk + +# URL including the query to read the data +Url='https://api.applicationinsights.io/v1/apps/acd05e9b-705f-4c89-8fb0-fc5035913ac7/events/requests?timespan=P7D&$top=5001' diff --git a/runWin.cmd b/runWin.cmd index ea31c2c..e9eb93b 100644 --- a/runWin.cmd +++ b/runWin.cmd @@ -1 +1 @@ -C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh +C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh