Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from banders/master
Browse files Browse the repository at this point in the history
updated environment with URL for argg-api
  • Loading branch information
banders authored Jul 3, 2018
2 parents c119ff8 + 7f230a4 commit d2e6c04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.dlv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const environment = {
production: false,
bcdc_base_url: "https://cad.data.gov.bc.ca",
bcdc_api_path: "/api/3/action",
argg_api_base_url: "http://arg-api.url.here",
argg_api_base_url: "http://argg-api-dev.pathfinder.bcgov",
license_list_url: "https://licenses-bcdc.data.gov.bc.ca/bcdc_licenses.json"
};
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const environment = {
production: true,
bcdc_base_url: "https://catalogue.data.gov.bc.ca",
bcdc_api_path: "/api/3/action",
argg_api_base_url: "http://arg-api.url.here",
argg_api_base_url: "http://argg-api.pathfinder.bcgov",
license_list_url: "https://licenses-bcdc.data.gov.bc.ca/bcdc_licenses.json"
};
2 changes: 1 addition & 1 deletion src/environments/environment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const environment = {
production: false,
bcdc_base_url: "https://cat.data.gov.bc.ca",
bcdc_api_path: "/api/3/action",
argg_api_base_url: "http://arg-api.url.here",
argg_api_base_url: "http://argg-api-test.pathfinder.bcgov",
license_list_url: "https://licenses-bcdc.data.gov.bc.ca/bcdc_licenses.json"
};

0 comments on commit d2e6c04

Please sign in to comment.