fix: metric default disable

This commit is contained in:
daodoa97
2021-02-04 11:22:47 +08:00
parent d6216f1830
commit 7727dd95cf
3 changed files with 53 additions and 6 deletions

View File

@@ -79,6 +79,7 @@ php bin/hyperf.php vendor:publish hyperf/validation
'password' => [
'salt' => env('HYPERF_ADMIN_PWD_SALT', 'c093d70f088499c3a837cae00c042f14'), // 用 md5(time()) 获取 salt
]
```
#### 8. 启动
@@ -87,7 +88,7 @@ php bin/hyperf.php vendor:publish hyperf/validation
composer watch
```
## nginx配置
## 生产环境nginx配置
```nginx
upstream backend {