10 lines
425 B
Text
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
|