36.1.a Create subdomain for Beanstalk environment (#36, #32)

This commit is contained in:
Art
2021-09-27 11:00:41 +03:00
parent 24e40f904c
commit a6eee3d2f2
2 changed files with 13 additions and 2 deletions

View File

@ -4,7 +4,8 @@
export const environment = {
production: false,
apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
apiUrl: 'http://portal-bean.shyshkin.net',
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
// apiUrl: 'http://support-portal.shyshkin.net:5000',
// apiUrl: 'http://localhost:8080',
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']