11 lines
217 B
PHP
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; |