Skip to content

Commit

Permalink
update REFERENCE
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Dec 25, 2024
1 parent 4a95601 commit dcf0092
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ The following parameters are available in the `roundcube::db::mysql` class:
* [`dbuser`](#-roundcube--db--mysql--dbuser)
* [`dbpass`](#-roundcube--db--mysql--dbpass)
* [`host`](#-roundcube--db--mysql--host)
* [`collate`](#-roundcube--db--mysql--collate)
* [`charset`](#-roundcube--db--mysql--charset)

##### <a name="-roundcube--db--mysql--dbname"></a>`dbname`

Expand Down Expand Up @@ -268,6 +270,22 @@ database host

Default value: `$roundcube::db::host`

##### <a name="-roundcube--db--mysql--collate"></a>`collate`

Data type: `Optional[String[1]]`

set collate

Default value: `undef`

##### <a name="-roundcube--db--mysql--charset"></a>`charset`

Data type: `Optional[String[1]]`

set charset

Default value: `undef`

### <a name="roundcube--install"></a>`roundcube::install`

install roundcube packages
Expand Down

0 comments on commit dcf0092

Please sign in to comment.