-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 1.18 KB
/
Copy path.env.example
File metadata and controls
37 lines (30 loc) · 1.18 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
# ============================================================
# Carrier Accounting — agency.5gvector.com
# Copy to .env and fill in values as needed
#
# SANDBOX MODE: Leave all blank — sandbox works with no credentials
# PRODUCTION: Fill in the sections you want to connect
# ============================================================
# --- Google Cloud / BigQuery (optional — needed for policy validation) ---
GOOGLE_CLOUD_PROJECT=
BIGQUERY_DATASET=sw_carrier_accounting
BIGQUERY_STAGING_DATASET=sw_staging
# --- Applied Epic SDK (optional — needed for posting to Epic) ---
APPLIED_EPIC_SDK_URL=
APPLIED_EPIC_API_KEY=
APPLIED_EPIC_AGENCY_ID=
APPLIED_EPIC_ENVIRONMENT=sandbox # sandbox | production
# --- Anthropic (needed for LLM normalization of carrier statements) ---
ANTHROPIC_API_KEY=
# --- Confidence Thresholds ---
AUTO_POST_THRESHOLD=0.95
REVIEW_THRESHOLD=0.80
# --- Default Mode ---
DEFAULT_MODE=trial # trial | live
# --- Auth (for production multi-tenant) ---
AUTH_ISSUER=
AUTH_AUDIENCE=
AUTH_JWKS_URL=
DEV_API_KEY= # Set for dev/sandbox auth bypass
# --- Platform Database ---
DB_PASSWORD=carrier # Change in production