From 0a86e03a956cc840957a7361e8000fe14f47d249 Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Wed, 8 May 2024 14:46:30 +0200 Subject: [PATCH] minor improvement --- src/environments/environment.pre.ts | 39 +++++++++++++---------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/src/environments/environment.pre.ts b/src/environments/environment.pre.ts index a6836fb2..46aad0a3 100644 --- a/src/environments/environment.pre.ts +++ b/src/environments/environment.pre.ts @@ -1,28 +1,25 @@ export const environment = { production: false, - t2y12PruGU9wUtEGzBJfolMIgK: 'PAY:T-ANA:T-ACT:T-TRI:T-GRO:T-DEP:T-OPH:T-MTL:T-CAR:T-V1L:T-PSA:T-MTT:T-SUP:T-LBS:T-APP:T-DEV:T-NOT:T-IPS:T-ETK:T-RAS:T-PPB:T-PET:T-MTS:T-TIL:T-DGF:T-NAT:F-HPB:T-TOW:T', + t2y12PruGU9wUtEGzBJfolMIgK: 'CHANGEIT', VERSION: require('../../package.json').version, remoteConfig: false, remoteConfigUrl: './design-studio-config.json', - globalRemoteJSSrc: 'https://support-pre.tiledesk.com/script/segment_script.js, https://support-pre.tiledesk.com/script/custom_script.js', - apiUrl: 'https://tiledesk-server-pre.herokuapp.com/', - widgetBaseUrl: 'https://widget-pre.tiledesk.com/v5/', - dashboardBaseUrl: '/dashboard/', - whatsappApiUrl: "https://tiledesk-whatsapp-connector-dev.glitch.me/", - phoneNumber: "393201352964", - wsUrl: 'wss://tiledesk-server-pre.herokuapp.com/', - uploadEngine: 'firebase', - baseImageUrl: 'https://firebasestorage.googleapis.com/v0/b/', - logLevel: 'debug', - storage_prefix: "cds_sv6", + apiUrl: 'CHANGEIT', + widgetBaseUrl: 'CHANGEIT', + dashboardBaseUrl: 'CHANGEIT', + wsUrl: 'ws://localhost:3000/', + uploadEngine: 'native', + baseImageUrl: 'CHANGEIT', + logLevel: 'error', + storage_prefix: "CHANGEIT", firebaseConfig: { - apiKey: "AIzaSyCoWXHNvP1-qOllCpTshhC6VjPXeRTK0T4", - authDomain: "chat21-pre-01.firebaseapp.com", - databaseURL: "https://chat21-pre-01.firebaseio.com", - projectId: "chat21-pre-01", - storageBucket: "chat21-pre-01.appspot.com", - messagingSenderId: "269505353043", - appId: "1:269505353043:web:b82af070572669e3707da6", - vapidKey: "BOsgS2ADwspKdWAmiFDZXEYqY1HSYADVfJT3j67wsySh3NxaViJqoabPJH8WM02wb5r8cQIm5TgM0UK047Z1D1c" + apiKey: 'CHANGEIT', + authDomain: 'CHANGEIT', + databaseURL: 'CHANGEIT', + projectId: 'CHANGEIT', + storageBucket: 'CHANGEIT', + messagingSenderId: 'CHANGEIT', + appId: 'CHANGEIT', + vapidKey: 'CHANGEIT' } -}; +}; \ No newline at end of file