mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: update config struct to the topics
This commit is contained in:
parent
5962742b43
commit
791ee36839
|
@ -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"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user