Add example config; fix windows run batch, fix line endings in .sh
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ exp_*.json
|
|||||||
*.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'
|
||||||
Reference in New Issue
Block a user