Skip to content

Commit 8c86a09

Browse files
tybalexthedadams
authored andcommitted
update readme
1 parent 251c637 commit 8c86a09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: wordpress/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ and run `docker compose -f wordpress.yaml up`.
4242

4343
Navigate to localhost:8070. The first time you run the container, it will prompt you to register the site name and create a new user.
4444

45+
### Obot Basic Auth Configuration
46+
47+
- username: the username you created first time you nagivate to the site
48+
- password: the password of the user you created first time you nagivate to the site
49+
- url: the url of your wordpress site. For local, it's `http://localhost:8070`. For hosted, it's the url of your wordpress site, such as `https://example.wpenginepowered.com`.
50+
4551
### CRITICAL: Configure Permalinks in Settings
4652
1. Without configuring permalinks, the Wordpress API will not work, because the `/wp-json` endpoint will not be available.
4753
To do this, go to your wordpress site dashboard, on the left sidebar, select `Settings` -> `Permalinks`, then select any non-plain Permalink structure.

0 commit comments

Comments
 (0)