backend url is supported to https

This commit is contained in:
Dhanraj
2024-09-29 09:23:18 +05:30
parent 9712439261
commit 911933074b
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ export const environment = {
// 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', apiUrl: 'https://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/**']
}; };

View File

@ -10,7 +10,7 @@ export const environment = {
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com', // apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
// apiUrl: 'http://support-portal.shyshkin.net:5000', // apiUrl: 'http://support-portal.shyshkin.net:5000',
// apiUrl: 'http://localhost:8080', // apiUrl: 'http://localhost:8080',
apiUrl: 'http://cncbackend.techzoos.in', apiUrl: 'https://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/**']
}; };