mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
doc upd
This commit is contained in:
parent
1810ae4f64
commit
914f8e9d99
4 changed files with 18 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue