aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.json.example b/config.json.example
index 159aafb..fba0b17 100644
--- a/config.json.example
+++ b/config.json.example
@@ -1,8 +1,5 @@
1{ 1{
2 "client_id": "YOUR_CLIENT_ID", 2 "credentials_file": "client-secrets.json",
3 "client_secret": "YOUR_CLIENT_SECRET",
4 "refresh_token": "YOUR_REFRESH_TOKEN",
5 "spreadsheet_id": "YOUR_GOOGLE_SPREADSHEET_ID", 3 "spreadsheet_id": "YOUR_GOOGLE_SPREADSHEET_ID",
6 "start_date": "2019-01-01T00:00:00Z", 4 "start_date": "2019-01-01T00:00:00Z"
7 "user_agent": "tap-google-search-console <api_user_email@example.com>"
8} 5}