This commit is contained in:
Rolands 2023-01-08 14:24:22 +02:00
parent 1810ae4f64
commit 914f8e9d99
4 changed files with 18 additions and 6 deletions

View file

@ -28,7 +28,7 @@ try{
return (await sequelize.query(sql, { logging: false, raw: true, replacements: params }))[0];
}
const socsec = new SocioSecurity({ secure_private_key: 'skk#$U#Y$7643GJHKGDHJH#$K#$HLI#H$KBKDBDFKU34534', verbose: true })
const socsec = new SocioSecurity({ secure_private_key: 'skk#$U#Y$7643GJHKGDHJH#$K#$HLI#H$KBKDBDFKU34534', verbose: true });
const socserv = new SocioServer({ port: ws_port }, QueryWrap as QueryFunction, { verbose: true, socio_security: socsec });
done(`Created SocioServer on port`, ws_port);