doc: update config struct to the topics

This commit is contained in:
c9s 2023-07-09 13:23:31 +08:00
parent 5962742b43
commit 791ee36839
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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"
```