From 791ee36839ad8a1be9724331b237c3f74f553e73 Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 9 Jul 2023 13:23:31 +0800 Subject: [PATCH] doc: update config struct to the topics --- doc/topics/google-spreadsheet.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/topics/google-spreadsheet.md b/doc/topics/google-spreadsheet.md index 246f592db..3f0efe092 100644 --- a/doc/topics/google-spreadsheet.md +++ b/doc/topics/google-spreadsheet.md @@ -38,3 +38,11 @@ https://www.googleapis.com/auth/spreadsheets.readonly ``` +### Add settings to your bbgo.yaml + +```shell +services: + googleSpreadSheet: + jsonTokenFile: ".credentials/google-cloud/service-account-json-token.json" + spreadSheetId: "YOUR_SPREADSHEET_ID" +```