# flask.cfg

import os

BASEDIR = os.path.abspath(os.path.dirname(__file__))
TOP_LEVEL_DIR = os.path.abspath(os.curdir)


SECRET_KEY = b'\x1d\x07Vx\xcf\xa7\xb7)hb\x97\xf1\x81.\xc4(\x8dt|\xf5&\xb4_\xaa'

DEBUG = True

# Tiingo related passkey information

_TIINGO_flag = True

_TIINGO_KEY = '7dccb22a99e2e290a405c363117ea61a207e0662'
_TIINGO_url = 'https://api.tiingo.com/tiingo/daily/{}/prices'
_TIINGO_url_iex = 'https://api.tiingo.com/iex/{}'
_TIINGO_headers = {
    'Authorization': 'Token ' + _TIINGO_KEY,
    'Content-Type': 'application/json',
}

# Master Spreadsheet information

