Skip to content

Commit e36c921

Browse files
committed
Update comment
1 parent 18f5d42 commit e36c921

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/module_oidc.php.dist

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ use SimpleSAML\Module\oidc\ModuleConfig;
2121
*/
2222
$config = [
2323
/**
24-
* Database connection parameters, Doctrine DBAL compatible (more info on
25-
* https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html).
26-
* There are additional parameters for: table prefix.
24+
* Database connection parameters, Doctrine DBAL compatible. Below are an example and common parameters for
25+
* MySQL DB, with additional parameters for table prefix. Refer to Doctrine DBAL documentation on how to
26+
* configure different database types:
27+
* https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html
2728
*/
2829
ModuleConfig::OPTION_DB_CONNECTION_PARAMETERS => [
2930
'driver' => 'pdo_mysql', // (string): The built-in driver implementation to use.

0 commit comments

Comments
 (0)