generated from BlockchainCommons/secure-template
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |