Remove settings deprecations

This commit is contained in:
Eden Kirin
2023-09-21 09:18:22 +02:00
parent ec306b38fe
commit 400e4d393e
4 changed files with 9 additions and 42 deletions

View File

@ -32,7 +32,7 @@ app = create_app()
if __name__ == "__main__":
uvicorn.run(
app,
app="main:app",
host=settings.server.HOST,
log_level=settings.server.LOG_LEVEL,
port=settings.server.PORT,