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 a526eaa commit 1d9cbd3Copy full SHA for 1d9cbd3
cakephp/html/app_local.php
@@ -36,7 +36,7 @@
36
* paths for plugins, view templates and locale files respectively.
37
*/
38
39
- 'App' => [
+ 'App' => [
40
'paths' => [
41
'plugins' => [ROOT . DS . 'plugins' . DS],
42
'templates' => ['/var/www/html/templates/'],
@@ -52,7 +52,7 @@
52
53
'Datasources' => [
54
'default' => [
55
- 'driver' => Mysql::class,
+ 'driver' => Mysql::class,
56
'host' => 'database',
57
/*
58
* CakePHP will use the default DB port based on the driver selected
@@ -81,7 +81,7 @@
81
* The test connection is used during the test suite.
82
83
'test' => [
84
85
'host' => 'localhost',
86
//'port' => 'non_standard_port_number',
87
'username' => 'my_app',
0 commit comments