Spaces:
Paused
Paused
File size: 341 Bytes
eb15991 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"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
} |