File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments