Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed May 8, 2024
1 parent 96b7c09 commit 0a86e03
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions src/environments/environment.pre.ts
Original file line number Diff line number Diff line change
@@ -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'
}
};
};

0 comments on commit 0a86e03

Please sign in to comment.