Skip to content

Commit 9a5a344

Browse files
author
root
committed
add a framework php/cyberphp
1 parent 0e431e4 commit 9a5a344

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frameworks/PHP/cyberphp/app/config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
'orm' => 'pdo',
1818
'pdo' => [
19-
'dsn' => 'mysql:host=127.0.0.1;dbname=hello_world',
20-
'username' => 'root',
21-
'password' => 'root',
19+
'dsn' => 'pgsql:host=tfb-database;dbname=hello_world',
20+
'username' => 'benchmarkdbuser',
21+
'password' => 'benchmarkdbpass',
2222
'options' => [
2323
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
2424
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,

0 commit comments

Comments
 (0)