-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.PRODUCTION.example
More file actions
37 lines (30 loc) · 1.16 KB
/
.env.PRODUCTION.example
File metadata and controls
37 lines (30 loc) · 1.16 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
27
28
29
30
31
32
33
34
35
36
37
# ============================================================
# PRODUCTION DEPLOYMENT - DO NOT COMMIT ACTUAL VALUES
# ============================================================
#
# Copy this file to .env.production (NOT tracked by git)
# and replace all placeholder values with actual secrets.
#
# HIPAA: This file template is safe to commit.
# Actual .env.production must NEVER be committed.
# ============================================================
# Build Configuration
NODE_ENV=production
ELECTRON_DEV=0
# Database Encryption
# The encryption key is auto-generated on first run.
# Override only if migrating from another installation.
# TRANSTRACK_DB_KEY=<64-char-hex-string>
# EHR Integration (if using bidirectional FHIR sync)
# EHR_WEBHOOK_SECRET=<generate-with: openssl rand -hex 32>
# EHR_API_KEY_<integration_id>=<bearer-token-from-ehr-vendor>
# Code Signing (for electron-builder)
# CSC_LINK=<path-to-certificate.p12>
# CSC_KEY_PASSWORD=<certificate-password>
# Update Server (if using auto-updates)
# UPDATE_SERVER_URL=https://releases.yourcompany.com/
# Logging
# LOG_LEVEL=info
# LOG_DIR=<custom-log-directory>
# Data Residency
# DATA_RESIDENCY_REGION=US