We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cd0e4 commit 18f5d42Copy full SHA for 18f5d42
config/module_oidc.php.dist
@@ -34,7 +34,6 @@ $config = [
34
'dbname' => 'dbname', // (string): Name of the database/schema to connect to.
35
//'unix_socket' => 'unix_socet', // (string): Name of the socket used to connect to the database.
36
'charset' => 'utf8', // (string): The charset used when connecting to the database.
37
- //'url' => 'mysql://user:secret@localhost/mydb?charset=utf8', // ...alternative way of providing parameters.
38
// Additional parameters not originally available in Doctrine DBAL
39
'table_prefix' => '', // (string): Prefix for each table.
40
],
0 commit comments