36.1. Deploy backend into Elastic Beanstalk (#36, #32)

This commit is contained in:
Art
2021-09-27 10:08:09 +03:00
parent df9836ef27
commit 24e40f904c
2 changed files with 45 additions and 1 deletions

View File

@ -4,7 +4,8 @@
export const environment = {
production: false,
apiUrl: 'http://support-portal.shyshkin.net:5000',
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/**']
};