Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Aug 4, 2024
1 parent 2c71ade commit 5e4d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ Kana has a handful of options that apply to all new sites created with the app.
- `databaseClient` **phpmyadmin** - the default database client for accessing the database directly (currently `phpmyadmin` and `tableplus` are supported)
- `databaseVersion` **11** - the default database version used for sites. 11 is chosen for the default MariaDB database. You will need to update this if you switch to MySQL.
- `environment` **local** - the default usage of the `environment` start flag
- `imageUpdateDays` **1** - the number of days Kana will wait between checking for updated Docker images. Set this to `0` to disable the check for newer images altogether (Kana will only download missing images)
- `mailpit` **false** - the default usage of the `mailpit` start flag
- `multisite` **none** - set to either `subdirectory` or `subdomain` to create the site as the appropriate type of Multisite installation.
- `php` **8.2** - the default PHP version used for new sites (see [https://hub.docker.com/_/wordpress] for all supported versions)
Expand All @@ -183,6 +182,7 @@ Kana has a handful of options that apply to all new sites created with the app.
- `ssl` **false** - the default usage of the `ssl` start flag
- `theme` ***<empty string>*** - the default theme to be installed from wordpress.org and activated with new sites
- `type` **site** - the type of the Kana site you're starting. Current options are "site" "plugin" and "theme"
- `updateInterval` **1** - the number of days Kana will wait between checking for updated Docker images and other updates. Set this to `0` to disable the check for newer images altogether (Kana will only download missing images)
- `wpdebug` **false** - the default usage of the `wpdebug` start flag
- `xdebug` **false** - the default usage of the `xdebug` start flag

Expand Down

0 comments on commit 5e4d7ca

Please sign in to comment.