Skip to content

Commit 18f5d42

Browse files
committed
Remove deprecated url option
1 parent 90cd0e4 commit 18f5d42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/module_oidc.php.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ $config = [
3434
'dbname' => 'dbname', // (string): Name of the database/schema to connect to.
3535
//'unix_socket' => 'unix_socet', // (string): Name of the socket used to connect to the database.
3636
'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.
3837
// Additional parameters not originally available in Doctrine DBAL
3938
'table_prefix' => '', // (string): Prefix for each table.
4039
],

0 commit comments

Comments
 (0)