Commit 86f5e65d by 周业恒

Update database.php

parent 9181ba12
Pipeline #21565 passed with stages
in 46 seconds
...@@ -131,17 +131,17 @@ return [ ...@@ -131,17 +131,17 @@ return [
// 'port' => env('REDIS_PORT', 6379), // 'port' => env('REDIS_PORT', 6379),
// 'database' => env('REDIS_DB', 2), // 'database' => env('REDIS_DB', 2),
'host' => 'r-2zeoqggg3y8ib7r5lz.redis.rds.aliyuncs.com', 'host' => 'offcn-redis-svc',
'password' => 'DP^1bmXMtO5V^PuSPg15*CPBjszruy$@', 'password' => 'test.eoffcn.com',
'port' => 64793, 'port' => 6379,
'database' => 10, 'database' => 10,
], ],
'session' => [ 'session' => [
'host' => 'r-2zeoqggg3y8ib7r5lz.redis.rds.aliyuncs.com', 'host' => 'offcn-redis-svc',
'password' => 'DP^1bmXMtO5V^PuSPg15*CPBjszruy$@', 'password' => 'test.eoffcn.com',
'port' => 64793, 'port' => 6379,
'database' => 12, 'database' => 12,
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment