mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Co-authored-by: Claude Opus 4.8 <[email protected]> Co-authored-by: James Brunton <[email protected]> Co-authored-by: Reece Browne <[email protected]> Co-authored-by: ConnorYoh <[email protected]> Co-authored-by: Reece <[email protected]> Co-authored-by: EthanHealy01 <[email protected]> Co-authored-by: Ludy <[email protected]>
13 lines
606 B
Bash
13 lines
606 B
Bash
###############################################################################
|
|
# Frontend environment variables for SaaS builds.
|
|
# Layered on top of .env when running in SaaS mode.
|
|
# Values can be overridden in the uncommitted sibling `.env.saas.local` file.
|
|
# Note: This file is committed to Git, so should not contain any private keys.
|
|
###############################################################################
|
|
|
|
# Userback feedback widget — leave blank to disable
|
|
VITE_USERBACK_TOKEN=
|
|
|
|
# Dev-only auth bypass for localhost. Subpath comes from RUN_SUBPATH (build-time).
|
|
VITE_DEV_BYPASS_AUTH=false
|