Add example config; fix windows run batch, fix line endings in .sh
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
exp_*.json
|
exp_*.json
|
||||||
/inputdata
|
/inputdata
|
||||||
/*.sqlite3
|
/*.sqlite3
|
||||||
*.stackdump
|
*.stackdump
|
||||||
/config.sh
|
/config.sh
|
||||||
/fillStage.sql
|
/fillStage.sql
|
||||||
|
/tmp
|
||||||
|
|||||||
7
config.example.sh
Normal file
7
config.example.sh
Normal file
@@ -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'
|
||||||
@@ -1 +1 @@
|
|||||||
C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh
|
C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user