fix: ASGI run & ports fix
This commit is contained in:
parent
1eab4cd6fc
commit
876b333397
4 changed files with 13 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
|
|||
|
||||
class AppConfig(BaseModel):
|
||||
host: str = "127.0.0.1"
|
||||
port: int = 8000
|
||||
port: int = 8081
|
||||
reload: bool = True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue