Skip to content

Commit

Permalink
fix: env to point to v2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed May 20, 2023
1 parent e51e04e commit 3fc7302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment-alpha/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ spec:
image: greenstand/treetracker-web-map-client:TAG
env:
- name: NEXT_PUBLIC_API
value: https://dev-k8s.treetracker.org/query
value: https://dev-k8s.treetracker.org/query/v2
- name: NEXT_PUBLIC_API_V2
value: https://dev-k8s.treetracker.org/
- name: NEXT_PUBLIC_TILE_SERVER_URL
value: https://{s}.treetracker.org/tiles/
- name: NEXT_PUBLIC_TILE_SERVER_SUBDOMAINS
Expand Down

0 comments on commit 3fc7302

Please sign in to comment.