prod url is added

This commit is contained in:
Dhanraj
2024-09-29 01:09:46 +05:30
parent 279c6f9c1a
commit d8be4e7ca1

View File

@ -2,6 +2,7 @@ export const environment = {
production: true, production: true,
// apiUrl: 'http://support-portal.shyshkin.net:5000', // apiUrl: 'http://support-portal.shyshkin.net:5000',
// apiUrl: 'http://dockerapp.shyshkin.net:8080', // apiUrl: 'http://dockerapp.shyshkin.net:8080',
apiUrl: 'https://dockerapp.shyshkin.net', // apiUrl: 'https://dockerapp.shyshkin.net',
apiUrl: 'http://cncbackend.techzoos.in',
publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**'] publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**']
}; };