Spaces:
Runtime error
Runtime error
Upload config.yml
Browse files- config.yml +10 -0
config.yml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#API params
|
2 |
+
stock_api_params:
|
3 |
+
time_interval: "1h"
|
4 |
+
base_url: "https://api.twelvedata.com/"
|
5 |
+
endpoint: "time_series/"
|
6 |
+
timezone: "America/New_York"
|
7 |
+
symbol: "BTC/USD"
|
8 |
+
|
9 |
+
hopsworks:
|
10 |
+
project_name: "stock_mind"
|