Skip to content

Commit

Permalink
add board FUT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
whitefox committed Dec 7, 2024
1 parent 53e564b commit 8f940d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clickhouse-exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func main() {
if eCandleCount, err := strconv.Atoi(os.Getenv("EXPORT_CANDLE_COUNT")); err == nil && eCandleCount > -2 {
exportCandleCount = eCandleCount
}
exportSecBoards := []string{"TQBR", "TQTF"}
exportSecBoards := []string{"TQBR", "TQTF", "FUT"}
if eSecBoards := os.Getenv("EXPORT_SEC_BOARDS"); eSecBoards != "" {
exportSecBoards = strings.Split(eSecBoards, ",")
}
Expand Down

0 comments on commit 8f940d7

Please sign in to comment.