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