- Add 'Twilight Velvet' color palette to globals.css with OKLCH values - Update SettingsPage headers, cards, and dialogs to use semantic theme variables - Update HistoryCard, HistoryFeed, and DraftContent to support dark mode - Update ProviderSelector and ProviderList to use custom card background (#2A2A3D) - Add ThemeToggle component with improved visibility - Ensure consistent use of 'bg-card', 'text-foreground', and 'text-muted-foreground'
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
# Test Environment Configuration
|
|
TEST_ENV=local
|
|
BASE_URL=http://localhost:3000
|
|
API_URL=http://localhost:3000/api
|
|
|
|
# Authentication (if applicable)
|
|
TEST_USER_EMAIL=test@example.com
|
|
TEST_USER_PASSWORD=
|
|
|
|
# Feature Flags
|
|
FEATURE_FLAG_NEW_UI=true
|
|
|
|
# LLM Configuration
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
LLM_MODEL=gpt-4o-mini
|
|
LLM_TEMPERATURE=0.7
|
|
# Security
|
|
APP_PASSWORD=password
|