diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..159aafb --- /dev/null +++ b/config.json.example | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "client_id": "YOUR_CLIENT_ID", | ||
3 | "client_secret": "YOUR_CLIENT_SECRET", | ||
4 | "refresh_token": "YOUR_REFRESH_TOKEN", | ||
5 | "spreadsheet_id": "YOUR_GOOGLE_SPREADSHEET_ID", | ||
6 | "start_date": "2019-01-01T00:00:00Z", | ||
7 | "user_agent": "tap-google-search-console <api_user_email@example.com>" | ||
8 | } | ||