40.5 Testing frontend (#40)
This commit is contained in:
@ -480,3 +480,9 @@ systemctl restart docker
|
|||||||
- `mvn docker:stop`
|
- `mvn docker:stop`
|
||||||
- `mvn clean package docker:build docker:start -DskipTests`
|
- `mvn clean package docker:build docker:start -DskipTests`
|
||||||
- Visit `https://dockerapp.shyshkin.net` -> allow unsecure
|
- Visit `https://dockerapp.shyshkin.net` -> allow unsecure
|
||||||
|
|
||||||
|
##### 40.5 Testing frontend
|
||||||
|
|
||||||
|
- `ng build -c production`
|
||||||
|
- upload to S3
|
||||||
|
- visit `http://portal.shyshkin.net`
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
// 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/**']
|
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
|
||||||
};
|
};
|
||||||
|
|||||||
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
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://portal-bean.shyshkin.net',
|
||||||
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
|
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
|
||||||
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
||||||
|
|||||||
Reference in New Issue
Block a user