Update environment.ts

This commit is contained in:
realSnehal 2024-07-16 21:20:48 +05:30
parent 336a6a07d0
commit 0d7a580bcc
1 changed files with 4 additions and 4 deletions

View File

@ -12,13 +12,13 @@ export const environment = {
//Deployment co/nfigs //Deployment co/nfigs
backport: '9292', // backport: '9292',
backendUrl: 'http://localhost:9292/backend', // backendUrl: 'http://localhost:9292/backend',
surejobUrl:'http://34.198.218.30:30189', surejobUrl:'http://34.198.218.30:30189',
// backport: '3439', backport: '3439',
// backendUrl: 'http://3.111.99.165:3439/backend' backendUrl: 'http://3.111.99.165:3439/backend'
}; };