Skip to content

Commit

Permalink
fix(Extension): use correct production auth server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Apr 16, 2024
1 parent d51b44f commit a13b8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/.env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The URL at which the /api/auth endpoint from the backend is hosted
AUTH_URL=http://localhost:3000/api/auth
AUTH_URL=https://calendar-plus.patii.uk/api/auth

# Replace kgbb... with the ID of the extension
GOOGLE_CLIENT_REDIRECT_URL=https://kgbbebdcmdgkbopcffmpgkgcmcoomhmh.chromiumapp.org/
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Calendar Plus",
"short_name": "Calendar Plus",
"version": "1.3.0",
"version": "1.3.1",
"description": "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization",
"author": "Max Patiiuk",
"manifest_version": 3,
Expand Down Expand Up @@ -40,4 +40,4 @@
"cross_origin_opener_policy": {
"value": "same-origin"
}
}
}

0 comments on commit a13b8da

Please sign in to comment.