Skip to content

Instantly share code, notes, and snippets.

@twyle
Created June 2, 2022 12:22
Show Gist options
  • Save twyle/bb4fd73e7ec407f807ae7a0b9d89e8d3 to your computer and use it in GitHub Desktop.
Save twyle/bb4fd73e7ec407f807ae7a0b9d89e8d3 to your computer and use it in GitHub Desktop.
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