Skip to content

Commit

Permalink
admin-service deploymenet on GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech committed Dec 1, 2023
1 parent d224903 commit a051969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions car-ui/src/app/shared/services/car-details.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { CarBrand, CarDetails } from "../module/cars-details.model";
})
export class CarDetailsService {
//GCP host
private brandsUrlGCP = "http://34.138.247.208:8080/v1/data/brands";
private carModelsUrlGCP = "http://34.138.247.208:8080/v1/data/cars/";
private addBulkDataGCP: string = "http://34.138.247.208:8080/v1/data";
private brandsUrlGCP = "http://34.138.247.208/v1/data/brands";
private carModelsUrlGCP = "http://34.138.247.208/v1/data/cars/";
private addBulkDataGCP: string = "http://34.138.247.208/v1/data";

//azure host
private brandsUrlAzure = "http://localhost/v1/data/brands";
Expand Down
2 changes: 1 addition & 1 deletion projects-changes-deploy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
car-ui
admin-service

0 comments on commit a051969

Please sign in to comment.