Skip to content

Commit

Permalink
Merge pull request #10 from AplinkosMinisterija/web_repozitorijose_su…
Browse files Browse the repository at this point in the history
…keisti_adresus

sukeisti adresai
  • Loading branch information
DovMa authored Mar 19, 2024
2 parents 1667c5d + 70cd264 commit 2b7304e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NODE_ENV=development
PORT=8080
VITE_MAPS_HOST=https://dev.maps.biip.lt
VITE_MAPS_HOST=https://maps.biip.lt
VITE_SENTRY_DSN=
VITE_PROXY_URL=https://dev.internalapi.biip.lt/rusys
VITE_PROXY_URL=https://internalapi.biip.lt/rusys
2 changes: 1 addition & 1 deletion .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
build-args: |
NODE_ENV=development
VITE_SENTRY_DSN=https://[email protected]/15
VITE_MAPS_HOST=https://dev.maps.biip.lt
VITE_MAPS_HOST=https://dev-maps.biip.lt
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
build-args: |
NODE_ENV=production
VITE_SENTRY_DSN=https://[email protected]/15
VITE_MAPS_HOST=https://staging.maps.biip.lt
VITE_MAPS_HOST=https://staging-maps.biip.lt

0 comments on commit 2b7304e

Please sign in to comment.