[30388f42] Recovery & Stabilization: Restored productive core stack, implemented Docker Volumes for DB persistence, and fixed frontend build issues.

This commit is contained in:
2026-03-07 08:06:50 +00:00
parent 193b7b0e7d
commit efcaa57cf0
10 changed files with 610 additions and 225 deletions

33
.env.example Normal file
View 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, ...}'