[oauth] add host config option (#2806)

This commit is contained in:
Martin Juhasz
2022-08-14 17:08:01 +02:00
committed by GitHub
parent 9ad3cdc5d8
commit 9ea521bec5
3 changed files with 13 additions and 1 deletions

View File

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

View File

@@ -198,6 +198,7 @@
{
"browser": true,
"cache": true,
"host": "localhost",
"port": 6414
},
"paheal":