207. Deploying Angular Application (#32)
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
apiUrl: 'http://support-portal.shyshkin.net:5000',
|
||||
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
|
||||
};
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:8080',
|
||||
apiUrl: 'http://support-portal.shyshkin.net:5000',
|
||||
// apiUrl: 'http://localhost:8080',
|
||||
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user