Skip to content

Commit a3ecbe8

Browse files
committed
update enviroment
1 parent beef04b commit a3ecbe8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Examples.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ public function DbExampleWithSubReport()
8787
'params' => [],
8888
'resources' => __DIR__ . '/resources', //place of resources
8989
'db_connection' => [
90-
'driver' => 'postgres', //mysql, postgres, oracle, generic (jdbc)
91-
'username' => 'username',
92-
'password' => 'password',
90+
'driver' => 'mysql', //mysql, postgres, oracle, generic (jdbc)
91+
'username' => 'root',
92+
'password' => 'root',
9393
'host' => 'localhost',
94-
'database' => 'database_name',
95-
'port' => '0000'
94+
'database' => 'sub_reports',
95+
'port' => '3306',
9696
]
9797
];
9898

0 commit comments

Comments
 (0)