Bump version to v1.7.1
This commit is contained in:
parent
a46d919118
commit
d65c55d315
10 changed files with 1520 additions and 75 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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=
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue