34 lines
780 B
Plaintext
34 lines
780 B
Plaintext
# GTM Engine - Environment Configuration Template
|
|
# Copy this file to .env and fill in the actual values.
|
|
|
|
# --- Core API Keys ---
|
|
GEMINI_API_KEY=AI...
|
|
OPENAI_API_KEY=sk-...
|
|
SERP_API=...
|
|
|
|
# --- Notion Integration ---
|
|
NOTION_API_KEY=ntn_...
|
|
|
|
# --- SuperOffice API Credentials ---
|
|
SO_CLIENT_ID=...
|
|
SO_CLIENT_SECRET=...
|
|
SO_REFRESH_TOKEN=...
|
|
SO_ENVIRONMENT=online3
|
|
SO_CONTEXT_IDENTIFIER=Cust...
|
|
|
|
# --- Application Settings ---
|
|
API_USER=admin
|
|
API_PASSWORD=gemini
|
|
APP_BASE_URL=http://localhost:8090
|
|
|
|
# --- Infrastructure ---
|
|
DUCKDNS_TOKEN=...
|
|
# SUBDOMAINS=floke,floke-ai... (defined in docker-compose)
|
|
|
|
# --- Feature Flags ---
|
|
ENABLE_WEBSITE_SYNC=False
|
|
|
|
# --- Advanced Mappings (Optional Overrides) ---
|
|
# VERTICAL_MAP_JSON='{"Industry": ID, ...}'
|
|
# PERSONA_MAP_JSON='{"Role": ID, ...}'
|