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 0e431e4 commit 9a5a344Copy full SHA for 9a5a344
frameworks/PHP/cyberphp/app/config.php
@@ -16,9 +16,9 @@
16
],
17
'orm' => 'pdo',
18
'pdo' => [
19
- 'dsn' => 'mysql:host=127.0.0.1;dbname=hello_world',
20
- 'username' => 'root',
21
- 'password' => 'root',
+ 'dsn' => 'pgsql:host=tfb-database;dbname=hello_world',
+ 'username' => 'benchmarkdbuser',
+ 'password' => 'benchmarkdbpass',
22
'options' => [
23
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
24
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,
0 commit comments