-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 760 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (13 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# BreezeType desktop app local overrides.
# Copy this file to `.env.local` only when you need to override defaults.
# Do not commit `.env.local` or real credentials.
# Managed BreezeType API used by account, Pro, sync, sharing, support,
# telemetry, billing, and team workflows.
VITE_BREEZE_SERVER_URL=https://api.breezetype.com
# Managed BreezeType web/account surface.
VITE_BREEZE_WEB_URL=https://breezetype.com
# Production-only: require account sign-in before the first-run flow can finish.
# Leave unset for public/local builds so the app opens without an auth wall.
# VITE_BREEZE_REQUIRE_FIRST_RUN_AUTH=true
# Release signing, notarization, updater private keys, provider API keys,
# and private server credentials are intentionally not listed here.