[oauth] add 'port' option (#604)
This commit is contained in:
@@ -838,6 +838,20 @@ Description Controls how a user is directed to an OAuth authorization site.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.oauth.port
|
||||
--------------------
|
||||
=========== =====
|
||||
Type ``integer``
|
||||
Default ``6414``
|
||||
Description Port number to listen on during OAuth authorization.
|
||||
|
||||
Note: All redirects will go to http://localhost:6414/, regardless
|
||||
of the port specified here. You'll have to manually adjust the
|
||||
port number in your browser's address bar when using a different
|
||||
port than the default.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.photobucket.subalbums
|
||||
-------------------------------
|
||||
=========== =====
|
||||
|
||||
@@ -90,7 +90,8 @@
|
||||
},
|
||||
"oauth":
|
||||
{
|
||||
"browser": true
|
||||
"browser": true,
|
||||
"port": 6414
|
||||
},
|
||||
"pixiv":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user