Make changes to improve the overall functionality of the application

No changes detected.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: dcfff319-6e91-4220-98a9-8295b87755b7
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
pac7
2025-09-21 16:39:35 +00:00
committed by pacnpal
parent 3896dcedcf
commit cfa7019a7c

View File

@@ -39,10 +39,6 @@ externalPort = 80
localPort = 34277 localPort = 34277
externalPort = 3000 externalPort = 3000
[[ports]]
localPort = 36949
externalPort = 3001
[deployment] [deployment]
deploymentTarget = "autoscale" deploymentTarget = "autoscale"
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"] run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]