[oauth] add host config option (#2806)
This commit is contained in:
@@ -1783,6 +1783,16 @@ Description
|
||||
in `cache <cache.file_>`__.
|
||||
|
||||
|
||||
extractor.oauth.host
|
||||
--------------------
|
||||
Type
|
||||
``string``
|
||||
Default
|
||||
``"localhost"``
|
||||
Description
|
||||
Host name / IP address to bind to during OAuth authorization.
|
||||
|
||||
|
||||
extractor.oauth.port
|
||||
--------------------
|
||||
Type
|
||||
|
||||
@@ -198,6 +198,7 @@
|
||||
{
|
||||
"browser": true,
|
||||
"cache": true,
|
||||
"host": "localhost",
|
||||
"port": 6414
|
||||
},
|
||||
"paheal":
|
||||
|
||||
Reference in New Issue
Block a user