forked from DarthKeizer/Pi-Hole-stats-tweeter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json.example
More file actions
28 lines (28 loc) · 862 Bytes
/
Copy pathconfig.json.example
File metadata and controls
28 lines (28 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"_coments":{
"pihole":{
"api_path":"http://path/to/--> pi.hole/admin/api.php"
},
"twitter":{
"consumer_key":"Get this from twitter when creating the application",
"consumer_secret":"Get this from twitter when creating the application",
"access_token":"Get this from twitter when creating the application",
"access_token_secret":"Get this from twitter when creating the application"
},
"ipstack":{
"access_key":" get this from https://ipstack.com/signup/free"
}
},
"pihole":{
"api_path":"VALUE1"
},
"twitter":{
"consumer_key":"VALUE2",
"consumer_secret":"VALUE3",
"access_token":"VALUE4",
"access_token_secret":"VALUE5"
},
"ipstack":{
"access_key":"VALUE6"
}
}