42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
# GTM Engine - Environment Configuration Template
|
|
# ==========================================
|
|
# GTM Engine - Environment Configuration
|
|
# ==========================================
|
|
|
|
# E-Mail Generation & Lead Engine
|
|
FEEDBACK_SERVER_BASE_URL=https://floke-ai.duckdns.org/feedback
|
|
WORDPRESS_BOOKING_URL=https://www.robo-planet.de/terminbestaetigung
|
|
MS_BOOKINGS_URL=https://outlook.office365.com/owa/calendar/IHR_BOOKINGS_NAME@robo-planet.de/bookings/
|
|
# 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, ...}'
|