Created
June 2, 2022 12:22
-
-
Save twyle/bb4fd73e7ec407f807ae7a0b9d89e8d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
OAUTHLIB_INSECURE_TRANSPORT=1 | |
FLASK_ENV=development | |
SECRET_KEY=supersecretkey | |
SQLALCHEMY_DATABASE_URI=sqlite:///users.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment