[oauth] add 'port' option (#604)

This commit is contained in:
Mike Fährmann
2020-02-09 13:45:44 +01:00
parent 719b63d0ca
commit da0d5f6092
3 changed files with 19 additions and 4 deletions

View File

@@ -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
-------------------------------
=========== =====