1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-30 10:39:46 +02:00

Mute socket messages in production, fix max-len, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-09-25 02:26:31 +05:00
parent d7cc9a0d56
commit 2398199740
26 changed files with 1157 additions and 1192 deletions

View file

@ -9,6 +9,7 @@ io.sails.url = Config.API_URL;
io.sails.autoConnect = false;
io.sails.reconnection = true;
io.sails.useCORSRouteToGetCookie = false;
io.sails.environment = process.env.NODE_ENV;
const { socket } = io;