update micropub client id
This commit is contained in:
parent
73b9b23064
commit
9e8200e4a2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from flask_debugtoolbar import DebugToolbarExtension
|
|||
|
||||
|
||||
db = SQLAlchemy()
|
||||
micropub = MicropubClient(client_id='https://reader.kylewm.com')
|
||||
micropub = MicropubClient(client_id='https://woodwind.xyz/')
|
||||
login_mgr = LoginManager()
|
||||
login_mgr.login_view = 'views.index'
|
||||
toolbar = DebugToolbarExtension()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue