use BIND_ADDR config default for runserver

This commit is contained in:
Nick Sweeting 2020-08-13 23:21:37 -04:00
parent e7948cf161
commit a0901ba474
3 changed files with 4 additions and 3 deletions

View file

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