Skip to content

Commit 3a2753d

Browse files
committed
localini
1 parent 82df205 commit 3a2753d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

configs/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]);
5353

5454
$config->component('db', [
55-
'dsn' => 'mysql:host=luya_db;dbname=luya_env_dev',
55+
'dsn' => 'mysql:host=luya;dbname=luyaenvdev_db',
5656
'username' => 'luya',
5757
'password' => 'luya',
5858
])->env(Config::ENV_LOCAL);

localphp.ini

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)