Files
maskanx_cm_backend/.env.development.example
T
AFFAANhandClaude Opus 5 19e1e84fb7 Initial commit: MaskanX backend
Independent FastAPI backend for the MaskanX agentic growth platform.

Includes the agent runtime, MCP client integrations (Meta Ads, LinkedIn,
HubSpot, Tavily, Exa, xAI, Citedy, image generation), PostgreSQL storage
for chats and cron jobs, provider and secret management, and the CLI.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 10:28:22 +05:30

12 lines
281 B
Bash

MASKANX_ENV=development
MASKANX_STORAGE_BACKEND=postgres
MASKANX_PORT=8088
MASKANX_CORS_ORIGINS=https://app-dev.example.com
DB_HOST=development-postgres.example.internal
DB_PORT=5432
DB_NAME=campaign_dev
DB_USER=maskanx_dev
DB_PASSWORD=replace-me
DB_SSLMODE=require
LOG_LEVEL=INFO