-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 737 Bytes
/
.env.example
File metadata and controls
27 lines (22 loc) · 737 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
# WordPress AI Content Flow Plugin - Environment Variables Template
# Copy this file to .env and add your actual API keys
# Anthropic Claude API Key
# Get your key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-api03-your-anthropic-key-here
# OpenAI API Key
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-proj-your-openai-key-here
# Development Environment Settings
NODE_ENV=development
WORDPRESS_URL=http://localhost:8080
PLUGIN_DEBUG=true
# Database Configuration (for reference)
DB_HOST=localhost
DB_PORT=3306
DB_NAME=wordpress
DB_USER=root
DB_PASSWORD=rootpassword
# Testing Configuration
E2E_BASE_URL=http://localhost:8080
E2E_ADMIN_USER=admin
E2E_ADMIN_PASS=your-wp-admin-password