mirror of
https://github.com/kennethreitz/flask-googlefed.git
synced 2026-06-05 23:10:17 +00:00
Update README.rst
This commit is contained in:
+1
-1
@@ -15,8 +15,8 @@ Setup is super simple::
|
||||
from flask_googlefed import GoogleAuth
|
||||
|
||||
app = Flask(__name__)
|
||||
app.secret_key = 'ssssshhhhh'
|
||||
app.config['GOOGLE_DOMAIN'] = 'heroku.com'
|
||||
app.config['SECRET_KEY'] = 'ssssshhhhh'
|
||||
|
||||
auth = GoogleAuth(app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user