-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 1.35 KB
/
Copy path.env.example
File metadata and controls
26 lines (21 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# TransTrack Environment Configuration
# Copy this file to .env and adjust values as needed.
# ─── Application Mode ───────────────────────────────────────────
# Set to 'development' for dev features; 'production' for release builds.
NODE_ENV=development
# Set to '1' to enable Electron dev mode (opens DevTools, loads from localhost)
ELECTRON_DEV=1
# ─── Build Configuration ────────────────────────────────────────
# Build version: 'evaluation' or 'enterprise'
# Normally set by the build scripts (npm run build:eval:* / build:enterprise:*)
# TRANSTRACK_BUILD_VERSION=evaluation
# ─── License (Development Only) ─────────────────────────────────
# WARNING: Setting this to 'true' bypasses license checks in development.
# This flag is IGNORED when NODE_ENV=production or when the app is packaged.
# NEVER ship a build with this enabled.
# LICENSE_FAIL_OPEN=false
# ─── EHR Integration (Future / Cloud Mode) ──────────────────────
# These are only used if cloud-based EHR sync is enabled (not in offline mode).
# EHR_WEBHOOK_SECRET=
# EHR_API_KEY_EPIC=
# EHR_API_KEY_CERNER=