Add icu_regex to database config parameters

This commit is contained in:
Jakub K 2023-05-11 22:03:34 +02:00
parent 73af8d45ae
commit d8da152024
No known key found for this signature in database
GPG Key ID: A4B6AC8CCCC433D1

View File

@ -41,6 +41,7 @@ These fields only apply to instances using **MySQL**.
| `host` | Database hostname to connect to | localhost |
| `port` | Database host port to connect to | 3306 |
| `tls` | Whether or not to use TLS to connect to database | false |
| `icu_regex` | Whether to use ICU-compatible regex syntax | false |
These fields only apply to instances using **SQLite**.