Files
spacestation/api/config/redis.php
T
chenrx 6553c5b9b4 111
2024-05-27 14:58:26 +08:00

11 lines
217 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'] = 6679;