Merge pull request #21554 from overleaf/ae-delete-spelling

Remove the spelling service

GitOrigin-RevId: ca7c17160e79d84740f32bbe9c73bc74c2714ffc
This commit is contained in:
Christopher Hoskin
2024-11-12 09:31:49 +00:00
committed by Copybot
parent da9de7fd9c
commit 4324c4a089
8 changed files with 1 additions and 75 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/bash
NODE_PARAMS=""
if [ "$DEBUG_NODE" == "true" ]; then
echo "running debug - spelling"
NODE_PARAMS="--inspect=0.0.0.0:30050"
fi
source /etc/overleaf/env.sh
export LISTEN_ADDRESS=127.0.0.1
exec /sbin/setuser www-data /usr/bin/node $NODE_PARAMS /overleaf/services/spelling/app.js >> /var/log/overleaf/spelling.log 2>&1

View File

@@ -20,9 +20,6 @@ module.exports = [
{
name: 'chat',
},
{
name: 'spelling',
},
{
name: 'contacts',
},