16 lines
415 B
Text
16 lines
415 B
Text
# Copy to .env and fill in values
|
|
|
|
# WordPress base URL (required)
|
|
WP_BASE_URL=https://your-site.tld
|
|
|
|
# Authentication: prefer WP_AUTH_BASE64 OR use USERNAME+PASSWORD (Application Password)
|
|
# Example to generate: base64(username:application_password)
|
|
WP_AUTH_BASE64=
|
|
|
|
# Alternatively provide username and application password
|
|
WP_USERNAME=
|
|
WP_PASSWORD=
|
|
|
|
# OpenAI API key (optional, enables rewrite)
|
|
OPENAI_API_KEY=
|
|
|