panda 4 月之前
父节点
当前提交
0382476e5c
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      application/extra/redis.php

+ 9 - 9
application/extra/redis.php

@@ -1,13 +1,13 @@
 <?php
 
 return [
-  'host' => '60.204.208.65',
-  'password' => 'huxiu001',
-  'port' => '6379',
-  'select' => '4',
-  'timeout' => '0',
-  'persistent' => true,
-  'prefix' => 'xiaoshan:',
-  'redis_pwd' => '',
-  'redis_selectdb' => '0',
+    'host' => '60.204.208.65',
+    'password' => 'huxiu001',
+    'port' => '6379',
+    'select' => '4',
+    'timeout' => '0',
+    'persistent' => true,
+    'prefix' => 'xiaoshan:',
+    'redis_pwd' => '',
+    'redis_selectdb' => '0',
 ];