Browse Source

prod config

lrf 2 years ago
parent
commit
ea4aeb9ba5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/config/config.prod.ts

+ 3 - 0
src/config/config.prod.ts

@@ -9,6 +9,9 @@ export default {
     port: 12114,
     globalPrefix: '/point/chat/v1/api',
   },
+  webSocket: {
+    clientTracking: true,
+  },
   swagger: {
     swaggerPath: '/point/chat/v1/api/doc/api',
   },