ohlc_data / config.json
Subham9126's picture
Upload 4 files
eb15991 verified
Raw
History Blame Contribute Delete
341 Bytes
{
"mongo_uri": "mongodb://localhost:27018",
"database": "equity",
"collection": "bhavcopy",
"parquet_base_dir": "/app/data",
"workers": 3,
"hf_token": "",
"hf_dataset": "altool/ohlcdata",
"gh_token": "",
"gh_repo": "subhamgiri460/ohlc_data",
"holiday_file": "/app/holiday.json",
"api_port": 7860
}