forked from guanquann/Stocksera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
35 lines (28 loc) · 918 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
# https://github.com/guanquann/Stocksera/
IS_LOCALLY_HOSTED: true
STOCKSERA_API: "API_KEY_HERE"
STOCKSERA_BASE_URL: "http://127.0.0.1:8000/api"
# https://finnhub.io/
FINNHUB_KEY1: "API_KEY_HERE"
FINNHUB_KEY2: "API_KEY_HERE"
# https://polygon.io/
POLYGON_KEY: "API_KEY_HERE"
# https://developer.twitter.com/en/portal/dashboard/
TWITTER_BEARER_TOKEN: "API_KEY_HERE"
# https://www.reddit.com/prefs/apps/
API_REDDIT_CLIENT_ID: "API_KEY_HERE"
API_REDDIT_CLIENT_SECRET: "API_KEY_HERE"
API_REDDIT_USER_AGENT: "subreddit_scraper"
# https://api.whale-alert.io/
API_WHALE_ALERT: "API_KEY_HERE"
# https://realpython.com/python-send-email/
GMAIL_SENDER_EMAIL: "API_KEY_HERE"
GMAIL_SENDER_PASSWORD: "API_KEY_HERE"
# mysql credentials
MYSQL_USER: "root"
MYSQL_PASSWORD: "admin"
# MYSQL_HOST: "127.0.0.1"
MYSQL_HOST: "db"
MYSQL_PORT: "3306"
MYSQL_DATABASE: "stocksera"