Don't commment on Github, only eyes reaction

This commit is contained in:
Ori Kotek
2023-08-07 16:34:28 +03:00
parent 2012e25596
commit b1148e5f7a
3 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,7 @@ async def root():
def start():
# Override the deployment type to app
get_settings().set("GITHUB.DEPLOYMENT_TYPE", "app")
get_settings().set("CONFIG.PUBLISH_OUTPUT_PROGRESS", False)
middleware = [Middleware(RawContextMiddleware)]
app = FastAPI(middleware=middleware)
app.include_router(router)