Skip to content

Commit d96cb1a

Browse files
committed
Update configuration example.
1 parent 1eabfe1 commit d96cb1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spotbit.config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#### Spotbit Configuration File ####
22
[server]
33

4+
# debug = True
5+
46
# exchanges: Exchanges to use for data collection. If this is not set, then Spotbit will use all supported exchanges. There are more than 100 exchanges supported.
5-
exchanges = ["liquid", "phemex", "bitstamp", "ftx", "binance"]
7+
exchanges = ["liquid", "gemini", "phemex", "bitstamp", "ftx", "binance"]
68

79
# currencies: Currencies to collect data for in the Spotbit database. If a currency is supported by an exchange, then data can be collected for it. Currencies should be lowercase three letter currency codes, eg usd gpy cny jpy eur. If no currencies are listed then Spotbit will collect for usd only.
8-
currencies = ["usd", "gbp", "jpy", "usdt", "eur", "0xcafebabe"]
10+
currencies = ["usd", "gbp", "jpy", "usdt", "eur"]
11+
912

10-
# averaging_time: the amount of hours to consider "current" when calculating an average of all exchange prices in the /now API route
11-
averaging_time = 1

0 commit comments

Comments
 (0)