]> Repos - mime-chat/commitdiff
Updated port
authorAndrew Gundersen <gundersena@crimata.com>
Mon, 6 Jun 2022 17:01:21 +0000 (12:01 -0500)
committerAndrew Gundersen <gundersena@crimata.com>
Mon, 6 Jun 2022 17:01:21 +0000 (12:01 -0500)
src/config.js
src/session.js

index 35376009ee14697ad95020cb0755730fdb90630c..3211b7987b7a9c226f1a2e1ce5c39f81ff1cea75 100644 (file)
@@ -6,6 +6,6 @@ const DOMAIN = "crimata.com";
 const prod = process.env.PROD;
 
 module.exports = {
-    PLATFORM: prod ? `https://app.${DOMAIN}` : `http://localhost:8760`,
-    API: prod ? `https://${DOMAIN}/api` : `http://localhost:8761`
+    PLATFORM: prod ? `https://app.${DOMAIN}` : `http://localhost:5000`,
+    API: prod ? `https://${DOMAIN}/api` : `http://localhost:5001`
 }
index 883be16496fd31fc0ab247cf533e2e9a6e4d6548..f5aa0e1cf7854c3540854f19b4bebb735bef7d32 100644 (file)
@@ -29,6 +29,8 @@ function handleMessageQueue()
     // {
         const update = messageQueue.shift();
 
+        console.log(update);
+
         if (update)
         {          
             if (update.person)