chore: secure production runtime secrets

This commit is contained in:
hajimi
2026-08-02 11:16:37 +08:00
parent 64b70da9aa
commit f2e268fbcf
4 changed files with 57 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ return [
// 端口
'port' => env('cache.port', '6377'),
// 密码
'password' => env('cache.password', 'hajiminanbeilvdou'),
'password' => env('cache.password', ''),
// 缓存前缀
'prefix' => 'la:',
// 数据库编号