diff --git a/.replit b/.replit index 3bce609a..d3cd2656 100644 --- a/.replit +++ b/.replit @@ -39,10 +39,6 @@ externalPort = 80 localPort = 34277 externalPort = 3000 -[[ports]] -localPort = 36425 -externalPort = 3001 - [deployment] deploymentTarget = "autoscale" run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]