quart run settings and hypercorn on docker/Procfile.

This commit is contained in:
fiatjaf
2020-09-14 23:28:14 -03:00
parent f01028eac7
commit 42c6620a07
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ from .commands import migrate_databases
migrate_databases()
app = create_app()
app.run()
app.run(host=app.config["HOST"], port=app.config["PORT"])