mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
chore: add GOOGLE_DESKTOP_CLIENT_ID to environment variables in workflows and update .env.example
This commit is contained in:
parent
dfa34dc047
commit
c4e35ac21c
2 changed files with 10 additions and 1 deletions
|
|
@ -3,7 +3,14 @@
|
|||
|
||||
# The hosted web frontend URL. Used to intercept OAuth redirects and keep them
|
||||
# inside the desktop app. Set to your production frontend domain.
|
||||
HOSTED_FRONTEND_URL=https://surfsense.com
|
||||
HOSTED_FRONTEND_URL=http://localhost:3000
|
||||
|
||||
# The backend API URL used by desktop auth and refresh flows.
|
||||
HOSTED_BACKEND_URL=http://localhost:8000
|
||||
|
||||
# Public Google OAuth Desktop app client ID. This is required for native
|
||||
# loopback + PKCE login and is safe to ship in the desktop app.
|
||||
GOOGLE_DESKTOP_CLIENT_ID=your_google_desktop_client_id.apps.googleusercontent.com
|
||||
|
||||
# Runtime override for the above (read at app start, no rebuild required).
|
||||
# Useful for self-hosters whose backend NEXT_FRONTEND_URL differs from the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue