Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Feb 27, 2024
1 parent 41a1c92 commit 70a5d7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion @extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Dinstack - browser extension",
"version": "1.0.0",
"homepage_url": "https://dinsterizer.com",
"homepage_url": "http://localhost:3000",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
Expand Down
2 changes: 1 addition & 1 deletion @web/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VITE_CLERK_PUBLISHABLE_KEY="pk_test_YXdha2Uta29hbGEtMC5jbGVyay5hY2NvdW50cy5kZXYk

VITE_API_TRPC_BASE_URL="http://localhost:8000/trpc/"
VITE_CONTENT_BASE_URL="http://localhost:3000/"
VITE_EXTENSION_ID="ppjhcbkohidnocgihipnjdnilinmecni"
VITE_EXTENSION_ID="kbkdcghhfmiakapbibcboggbnajfgbno"
VITE_WEB_BASE_URL="https://localhost:4000/"

VITE_SUPPORT_EMAIL="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion @web/.env.preview
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VITE_CLERK_PUBLISHABLE_KEY="pk_test_YXdha2Uta29hbGEtMC5jbGVyay5hY2NvdW50cy5kZXYk

VITE_API_TRPC_BASE_URL="https://dinstack-api-preview.dinsterizer.com/trpc/"
VITE_CONTENT_BASE_URL="https://dinstack-preview.dinsterizer.com/"
VITE_EXTENSION_ID="ppjhcbkohidnocgihipnjdnilinmecni"
VITE_EXTENSION_ID="kbkdcghhfmiakapbibcboggbnajfgbno"
VITE_WEB_BASE_URL="https://dinstack-web-preview.dinsterizer.com/"

VITE_SUPPORT_EMAIL="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion @web/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VITE_CLERK_PUBLISHABLE_KEY="pk_live_Y2xlcmsuZGluc3Rlcml6ZXIuY29tJA"

VITE_API_TRPC_BASE_URL="https://dinstack-api.dinsterizer.com/trpc/"
VITE_CONTENT_BASE_URL="https://dinstack.dinsterizer.com/"
VITE_EXTENSION_ID="ppjhcbkohidnocgihipnjdnilinmecni" # TODO: public extension and paste id here
VITE_EXTENSION_ID="kbkdcghhfmiakapbibcboggbnajfgbno" # TODO: public extension and paste id here
VITE_WEB_BASE_URL="https://dinstack-web.dinsterizer.com/"

VITE_SUPPORT_EMAIL="[email protected]"
Expand Down

0 comments on commit 70a5d7b

Please sign in to comment.