40.5 Testing frontend (#40)

This commit is contained in:
Art
2021-09-27 21:31:35 +03:00
parent 1e168df1d4
commit de952b2144
3 changed files with 10 additions and 2 deletions

View File

@ -480,3 +480,9 @@ systemctl restart docker
- `mvn docker:stop`
- `mvn clean package docker:build docker:start -DskipTests`
- Visit `https://dockerapp.shyshkin.net` -> allow unsecure
##### 40.5 Testing frontend
- `ng build -c production`
- upload to S3
- visit `http://portal.shyshkin.net`

View File

@ -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/**']
};

View File

@ -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',