Merge pull request #6221 from overleaf/ae-web-port

Change web port to 3000 in dev environment

GitOrigin-RevId: 8e9af8fa5e1a35c2c9089d4e9cbf744634cc4e85
This commit is contained in:
Christopher Hoskin
2022-01-11 16:05:14 +00:00
committed by Copybot
parent a3ab9468a4
commit cf4269d4ee
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
NODE_PARAMS=""
if [ "$DEBUG_NODE" == "true" ]; then
echo "running debug - web"
NODE_PARAMS="--inspect=0.0.0.0:40000"
NODE_PARAMS="--inspect=0.0.0.0:30000"
fi
exec /sbin/setuser www-data /usr/bin/node $NODE_PARAMS /var/www/sharelatex/web/app.js >> /var/log/sharelatex/web.log 2>&1