📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 03:10:28
📂
/ (Root)
/
home
/
supecsoq
/
.trash
📍 /home/supecsoq/.trash
🔄 Refresh
✏️
Editing: .env.example
Writable
GEMINI_API_KEY= # Optional: model id for google-generativeai (default: gemini-2.5-flash) # GEMINI_MODEL=gemini-2.5-flash # When set, all API routes except GET /health and GET / require Authorization: Bearer <token> or X-Vecta-Token. # VECTA_API_TOKEN is an alias. Leave unset for local dev (Status page shows “open API”). # VECTA_UI_TOKEN= # VECTA_API_TOKEN= # Comma-separated browser origins allowed by CORS. Unset = no CORSMiddleware (fine if UI and API share the same origin). # Example local: VECTA_CORS_ORIGINS=http://127.0.0.1:8000,http://localhost:8000 # VECTA_CORS_ORIGINS= PROJECT_BOX_URL= # Same value as access_token in api/cv-jjw/cv-api.config.json (used by cv-read/cv-store and api/vecta-os/project-logs-export.php). PROJECT_BOX_ACCESS_TOKEN= # Use Project Box AI Platform settings (Gemini/OpenAI/Ollama with fallback) instead of local GEMINI_API_KEY only. # VECTA_USE_PB_AI=1 LOG_LEVEL=INFO # Flyer PNGs for publishing: mock (default) or Vertex AI Imagen. # VECTA_FLYER_ENGINE=mock # VECTA_FLYER_ENGINE=vertex # GCP project (vertex mode): VECTA_VERTEX_PROJECT=my-gcp-project (or set GOOGLE_CLOUD_PROJECT) # VECTA_VERTEX_LOCATION=us-central1 # Model id (Vertex): VECTA_IMAGEN_MODEL=imagen-3.0-generate-002 # Aspect ratio: 1:1, 3:4, 4:3, 9:16, 16:9 — default 9:16 (social portrait) # VECTA_IMAGEN_ASPECT_RATIO=9:16 # Auth: Application Default Credentials (gcloud auth application-default login) or service account JSON. # Local persistence (no env override): vecta-os/data/ — strategies/*.json, analytics.json, # activity_log.jsonl, project_registry.json (gitignored; back up in production). # Social (optional) # META_PAGE_ID= # Preferred for posting: Page Access Token # META_PAGE_ACCESS_TOKEN= # Backward compatible alias still read by code: # META_ACCESS_TOKEN= # Required for token exchange in scripts/fix_meta_auth.py # META_APP_ID= # META_APP_SECRET= # Graph API version (match Graph API Explorer), e.g. v25.0 # META_GRAPH_API_VERSION=v25.0
💾 Save Changes
❌ Cancel