Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 5, 2024
1 parent ff9b0fe commit 55eb644
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions config/app_local.ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,4 @@

return [
'debug' => filter_var(env('DEBUG', true), FILTER_VALIDATE_BOOLEAN),

'Datasources' => [
'default' => [
'username' => 'my_app',
'password' => 'secret',
'database' => 'my_app',
],

/**
* The test connection is used during the test suite.
*/
'test' => [
'username' => 'my_app',
'password' => 'secret',
'database' => 'test_myapp',
],
],
];

0 comments on commit 55eb644

Please sign in to comment.