This commit is contained in:
Max Dor
2018-10-10 02:10:48 +02:00
parent f16eb264be
commit f7d1a300f1
3 changed files with 21 additions and 3 deletions

View File

@@ -55,3 +55,11 @@ With possible values:
- `mariadb`
- `postgresql`
- `sqlite`
---
To configure the tables prefix for default queries, in case a custom value was set during Wordpress install:
```yaml
wordpress.sql.tablePrefix: <string>
```
By default, the value is set to `wp_`.