docker update

This commit is contained in:
2025-10-09 21:25:17 +05:30
parent 93917b63e1
commit e1abf8631f
3 changed files with 43 additions and 19 deletions

View File

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