diff --git a/.vscode/settings.json b/.vscode/settings.json index b035bb4..ec08394 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.pythonPath": "${workspaceFolder}\\env\\Scripts\\python.exe" + "python.pythonPath": "${workspaceFolder}\\env\\Scripts\\python.exe", + "appService.deploySubpath": "", + "appService.defaultWebAppToDeploy": "/subscriptions/44f7aaf4-97f8-4aa9-a791-245ed34e3bd5/resourceGroups/appsvc_rg_linux_centralus/providers/Microsoft.Web/sites/vscode-flask-02" } \ No newline at end of file diff --git a/startup.txt b/startup.txt index 068e6a8..bad4dd0 100644 --- a/startup.txt +++ b/startup.txt @@ -1 +1,3 @@ -gunicorn --bind=0.0.0.0 --workers=4 startup:app + +gunicorn "--bind=0.0.0.0" --timeout=600 --workers=4 --chdir hello_app webapp:app +