32 lines
721 B
Plaintext
32 lines
721 B
Plaintext
|
|
flask
|
|
flask_wtf
|
|
flask_sqlalchemy
|
|
flask_cors
|
|
authlib
|
|
jwt
|
|
mysqlclient
|
|
stripe
|
|
python_dotenv
|
|
authlib
|
|
|
|
|
|
# environment variables
|
|
# KEY_SECRET_FLASK = 'random secret key'
|
|
# # KEY_PUBLIC_FLASK = ''
|
|
# ID_AUTH0_CLIENT = ''
|
|
# ID_AUTH0_CLIENT_SECRET = ''
|
|
# DOMAIN_AUTH0=dev-nwak2066ef6h8ixn.us.auth0.com
|
|
# SQLALCHEMY_DATABASE_URI = 'mysql://username:password@localhost/dbname'
|
|
# Replace 'username', 'password', 'localhost', and 'dbname' with your actual database credentials
|
|
# MAIL_PASSWORD=uifv utsy yzxy hpnm
|
|
# RECAPTCHA_PUBLIC_KEY = ''
|
|
# RECAPTCHA_PRIVATE_KEY = ''
|
|
|
|
# run with:
|
|
# python -m flask run
|
|
# host network-wide with:
|
|
# python -m flask run --host=0.0.0.0
|
|
|
|
# not env var:
|
|
# auth0 recovery key: S92HY59VU5J9YDVYWCRHSKJ8 |