mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
use BIND_ADDR config default for runserver
This commit is contained in:
parent
e7948cf161
commit
a0901ba474
3 changed files with 4 additions and 3 deletions
|
@ -40,6 +40,7 @@ class ConfigDict(BaseConfig, total=False):
|
|||
URL_BLACKLIST: Optional[str]
|
||||
|
||||
SECRET_KEY: str
|
||||
BIND_ADDR: str
|
||||
ALLOWED_HOSTS: str
|
||||
DEBUG: bool
|
||||
PUBLIC_INDEX: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue