mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #21554 from overleaf/ae-delete-spelling
Remove the spelling service GitOrigin-RevId: ca7c17160e79d84740f32bbe9c73bc74c2714ffc
This commit is contained in:
committed by
Copybot
parent
da9de7fd9c
commit
4324c4a089
@@ -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
|
||||
@@ -20,9 +20,6 @@ module.exports = [
|
||||
{
|
||||
name: 'chat',
|
||||
},
|
||||
{
|
||||
name: 'spelling',
|
||||
},
|
||||
{
|
||||
name: 'contacts',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user