mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
feat(desktop): add env file with placeholder values for production builds
This commit is contained in:
parent
1f1bfb6b28
commit
4b117ac09e
1 changed files with 10 additions and 0 deletions
10
surfsense_desktop/.env
Normal file
10
surfsense_desktop/.env
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Placeholders — replaced at app startup with real values (see src/env-replace.ts)
|
||||||
|
|
||||||
|
NEXT_PUBLIC_FASTAPI_BACKEND_URL=__NEXT_PUBLIC_FASTAPI_BACKEND_URL__
|
||||||
|
NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=__NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE__
|
||||||
|
NEXT_PUBLIC_ETL_SERVICE=__NEXT_PUBLIC_ETL_SERVICE__
|
||||||
|
NEXT_PUBLIC_ELECTRIC_URL=__NEXT_PUBLIC_ELECTRIC_URL__
|
||||||
|
NEXT_PUBLIC_ELECTRIC_AUTH_MODE=__NEXT_PUBLIC_ELECTRIC_AUTH_MODE__
|
||||||
|
NEXT_PUBLIC_DEPLOYMENT_MODE=__NEXT_PUBLIC_DEPLOYMENT_MODE__
|
||||||
|
NEXT_PUBLIC_POSTHOG_KEY=
|
||||||
|
NEXT_PUBLIC_POSTHOG_HOST=
|
||||||
Loading…
Add table
Add a link
Reference in a new issue