[30388f42] Recovery & Stabilization: Restored productive core stack, implemented Docker Volumes for DB persistence, and fixed frontend build issues.
This commit is contained in:
33
.env.example
Normal file
33
.env.example
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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, ...}'
|
||||
Reference in New Issue
Block a user