Skip to content

Commit

Permalink
Update configuration example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nochiel committed Apr 18, 2022
1 parent 1eabfe1 commit d96cb1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spotbit.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#### Spotbit Configuration File ####
[server]

# debug = True

# 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.
exchanges = ["liquid", "phemex", "bitstamp", "ftx", "binance"]
exchanges = ["liquid", "gemini", "phemex", "bitstamp", "ftx", "binance"]

# 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.
currencies = ["usd", "gbp", "jpy", "usdt", "eur", "0xcafebabe"]
currencies = ["usd", "gbp", "jpy", "usdt", "eur"]


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

0 comments on commit d96cb1a

Please sign in to comment.