updated frontend environement for s3 bucket

master
Vic 2 years ago
parent 1446d112b0
commit c44b2eb442

@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"deploy": "npm install -f && npm run build && chmod +x bin/deploy.sh && bin/deploy.sh",
"deploy": "npm install -f && npm run build && sh ./bin/deploy.sh",
"test": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e"

@ -5,7 +5,7 @@
export const environment = {
production: true,
appName: "Udagram",
apiHost: "http://localhost:8080/api/v0",
apiHost: "http://udagram-api-dev222.us-east-1.elasticbeanstalk.com/api/v0",
};
/*

@ -5,7 +5,7 @@
export const environment = {
production: false,
appName: 'Udagram',
apiHost: 'http://localhost:8080/api/v0'
apiHost: 'http://udagram-api-dev222.us-east-1.elasticbeanstalk.com/api/v0'
};
/*

Loading…
Cancel
Save