9 lines
351 B
TypeScript
9 lines
351 B
TypeScript
export const environment = {
|
|
production: true,
|
|
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
|
// apiUrl: 'http://dockerapp.shyshkin.net:8080',
|
|
// apiUrl: 'https://dockerapp.shyshkin.net',
|
|
apiUrl: 'https://cncbackend.techzoos.in',
|
|
publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**']
|
|
};
|