diff piecrust/admin/settings.py @ 970:660250c95246

admin: Improve support for Micropub. - Handle Micropub JSON syntax. - Use UTF8 encoding for created posts. - Remove Micro.blog hack for authorization.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 09 Oct 2017 21:07:00 -0700
parents 7ecb946bfafd
children
line wrap: on
line diff
--- a/piecrust/admin/settings.py	Sun Oct 08 09:32:33 2017 -0700
+++ b/piecrust/admin/settings.py	Mon Oct 09 21:07:00 2017 -0700
@@ -1,1 +1,2 @@
 FOODTRUCK_ROOT_URL = ''
+TOKEN_ENDPOINT = "https://tokens.indieauth.com/token"