Files
spacestation/home/config/redis.php
T
2025-03-07 17:58:20 +08:00

11 lines
207 B
PHP

<?php
/**
* Created by PhpStorm.
* User: linfan
* Date: 2018/11/2
* Time: 14:38
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$config['host'] = '127.0.0.1';
$config['port'] = 6379;