Files
spacestation/api/config/mongo.php
T
2024-05-26 16:00:30 +08:00

11 lines
221 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'] = '192.168.0.16';
$config['port'] = 27017;