gmal-scope-builder/.env.example
Vadym Samoilenko c37e6888e2 Add DEV_AUTH_BYPASS env var to skip SSO in local dev
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 20:19:22 +00:00

10 lines
425 B
Text

POSTGRES_PASSWORD=your_strong_password_here
ANTHROPIC_API_KEY=your-anthropic-api-key
AZURE_TENANT_ID=your-azure-tenant-id
AZURE_CLIENT_ID=your-azure-client-id
# Set to true to skip SSO in local dev (never use in production)
DEV_AUTH_BYPASS=
VITE_DEV_AUTH_BYPASS=
# Absolute path to the directory containing the GMAL Excel file
# Defaults to ./data (relative to repo) if not set
DATA_DIR=/var/www/html/gmal-scope-builder/data