mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
1688 PO Automation Project
This commit is contained in:
Vendored
+2
-2
@@ -37,7 +37,7 @@ pipeline {
|
||||
break
|
||||
case "vapor/staging":
|
||||
pusherKeyCredId = 'pusher-staging-key'
|
||||
pusherCluster = 'ap2'
|
||||
pusherCluster = 'ap1'
|
||||
git(
|
||||
url: 'https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git',
|
||||
credentialsId: 'gitlab-jenkins-localhost',
|
||||
@@ -46,7 +46,7 @@ pipeline {
|
||||
break
|
||||
case "vapor/development":
|
||||
pusherKeyCredId = 'pusher-dev-key'
|
||||
pusherCluster = 'mt1'
|
||||
pusherCluster = 'ap1'
|
||||
git(
|
||||
url: 'https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git',
|
||||
credentialsId: 'gitlab-jenkins-localhost',
|
||||
|
||||
Vendored
+3
-5
@@ -37,15 +37,13 @@ import Pusher from 'pusher-js';
|
||||
|
||||
window.Pusher = Pusher;
|
||||
|
||||
console.log("PUSHER KEY:", process.env.MIX_PUSHER_APP_KEY);
|
||||
// console.log("PUSHER KEY:", process.env.MIX_PUSHER_APP_KEY);
|
||||
console.log("PUSHER CLUSTER:", process.env.MIX_PUSHER_APP_CLUSTER);
|
||||
|
||||
window.Echo = new Echo({
|
||||
broadcaster: 'pusher',
|
||||
key: '967971084bece7f43e1a',
|
||||
cluster: 'ap1',
|
||||
// key: process.env.MIX_PUSHER_APP_KEY,
|
||||
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
|
||||
key: process.env.MIX_PUSHER_APP_KEY,
|
||||
cluster: process.env.MIX_PUSHER_APP_CLUSTER,
|
||||
forceTLS: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user