vnpy/examples/CoinapiDataService/config.json
2018-07-26 23:07:04 +08:00

11 lines
140 B
JSON

{
"MONGO_HOST": "localhost",
"MONGO_PORT": 27017,
"APIKEY": "",
"SYMBOLS": [
"BINANCE_SPOT_BTC_USDT",
"BINANCE_SPOT_ETH_USDT"
]
}