40.5 Testing frontend (#40)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
||||
apiUrl: 'http://dockerapp.shyshkin.net:8080',
|
||||
// apiUrl: 'http://dockerapp.shyshkin.net:8080',
|
||||
apiUrl: 'https://dockerapp.shyshkin.net',
|
||||
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
|
||||
};
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'https://portal-back-secure.shyshkin.net',
|
||||
apiUrl: 'https://dockerapp.shyshkin.net',
|
||||
// apiUrl: 'https://portal-back-secure.shyshkin.net',
|
||||
// apiUrl: 'http://portal-bean.shyshkin.net',
|
||||
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
|
||||
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
||||
|
||||
Reference in New Issue
Block a user