mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 01:14:12 +03:00
Mute socket messages in production, fix max-len, update dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user