Skip to content

Commit 51bbedf

Browse files
committed
more general settings
1 parent 651d497 commit 51bbedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/bootstrap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
$capsule->addConnection([
77
'driver' => 'mysql',
88
'host' => 'localhost',
9-
'database' => 'bookstore',
10-
'username' => 'root',
11-
'password' => 'r2d2c3po',
9+
'database' => 'mydatabase',
10+
'username' => 'myuser',
11+
'password' => 'mysecret',
1212
'charset' => 'utf8',
1313
'collation' => 'utf8_unicode_ci',
1414
'prefix' => '',

0 commit comments

Comments
 (0)