We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1358f commit 4b8fb33Copy full SHA for 4b8fb33
1 file changed
app/Config/Database.php
@@ -62,9 +62,9 @@ class Database extends \CodeIgniter\Database\Config
62
'hostname' => '127.0.0.1',
63
'username' => '',
64
'password' => '',
65
- 'database' => '',
66
- 'DBDriver' => '',
67
- 'DBPrefix' => 'db_', // Needed to ensure we're working correctly with prefixes live. DO NOT REMOVE.
+ 'database' => ':memory:',
+ 'DBDriver' => 'SQLite3',
+ 'DBPrefix' => 'db_', // Needed to ensure we're working correctly with prefixes live. DO NOT REMOVE FOR CI DEVS
68
'pConnect' => false,
69
'DBDebug' => (ENVIRONMENT !== 'production'),
70
'cacheOn' => false,
0 commit comments