We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82df205 commit 3a2753dCopy full SHA for 3a2753d
configs/config.php
@@ -52,7 +52,7 @@
52
]);
53
54
$config->component('db', [
55
- 'dsn' => 'mysql:host=luya_db;dbname=luya_env_dev',
+ 'dsn' => 'mysql:host=luya;dbname=luyaenvdev_db',
56
'username' => 'luya',
57
'password' => 'luya',
58
])->env(Config::ENV_LOCAL);
localphp.ini
@@ -0,0 +1,7 @@
1
+[opcache]
2
+opcache.validate_timestamps=1
3
+opcache.revalidate_freq=1
4
+[PHP]
5
+display_errors = On
6
+log_errors = On
7
+error_reporting = E_ALL
0 commit comments