mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
chore: add .env.example for desktop
This commit is contained in:
parent
10ef2a81ab
commit
51c2633c30
1 changed files with 10 additions and 0 deletions
10
surfsense_desktop/.env.example
Normal file
10
surfsense_desktop/.env.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Electron-specific build-time configuration.
|
||||
# Set before running pnpm dist:mac / dist:win / dist:linux.
|
||||
|
||||
# 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.net
|
||||
|
||||
# PostHog analytics (leave empty to disable)
|
||||
POSTHOG_KEY=
|
||||
POSTHOG_HOST=https://assets.surfsense.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue