upgraded tedious driver

This commit is contained in:
Jan Prochazka
2022-06-02 16:47:46 +02:00
parent 97d259cd1e
commit 5feb018e22
5 changed files with 624 additions and 189 deletions

View File

@@ -36,7 +36,7 @@ module.exports = {
singleDatabase: connections.singleDatabase,
// hideAppEditor: !!process.env.HIDE_APP_EDITOR,
allowShellConnection: platformInfo.allowShellConnection,
allowShellScripting: platformInfo.allowShellConnection,
allowShellScripting: platformInfo.allowShellScripting,
isDocker: platformInfo.isDocker,
permissions,
login,