-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
executable file
·31 lines (24 loc) · 867 Bytes
/
env.example
File metadata and controls
executable file
·31 lines (24 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# CortexReel Environment Configuration
# Copy this file to .env.local and fill in your values
# SECURITY FIX: API keys moved to backend - no longer exposed in frontend
# Gemini AI API Key (Backend only - not exposed in frontend)
# GEMINI_API_KEY=your_gemini_api_key_here
# GitHub Integration (MCP Server)
# Required for GitHub MCP server functionality
GITHUB_PERSONAL_ACCESS_TOKEN=your_github_personal_access_token_here
# Application Configuration
VITE_APP_NAME="CortexReel"
VITE_MAX_FILE_SIZE=10485760
VITE_SUPPORTED_FORMATS=pdf,txt
# Authentication (Demo Mode)
VITE_DEMO_PASSWORD=cortex2024
# Backend Security (Development)
DEV_AUTH_TOKEN=dev-token-cortex-reel-admin
# Development Settings
VITE_DEBUG_MODE=false
VITE_LOG_LEVEL=info
# Feature Flags
VITE_ENABLE_OCR=true
VITE_ENABLE_ADVANCED_CHARTS=true
VITE_ENABLE_EXPORT=true
VITE_ENABLE_COLLABORATION=false