Commit 9181ba12 by 周业恒

Update database.php

parent b179f122
Pipeline #21536 passed with stages
in 54 seconds
......@@ -131,18 +131,18 @@ return [
// 'port' => env('REDIS_PORT', 6379),
// 'database' => env('REDIS_DB', 2),
'host' => 'security.proxy.eoffcn.com',
'password' => 'test.eoffcn.com',
'host' => 'r-2zeoqggg3y8ib7r5lz.redis.rds.aliyuncs.com',
'password' => 'DP^1bmXMtO5V^PuSPg15*CPBjszruy$@',
'port' => 64793,
'database' => 1,
'database' => 10,
],
'session' => [
'host' => 'security.proxy.eoffcn.com',
'password' => 'test.eoffcn.com',
'host' => 'r-2zeoqggg3y8ib7r5lz.redis.rds.aliyuncs.com',
'password' => 'DP^1bmXMtO5V^PuSPg15*CPBjszruy$@',
'port' => 64793,
'database' => 2,
'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